Home
last modified time | relevance | path

Searched refs:GetViewType (Results 1 - 25 of 78) sorted by relevance

1234

/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp40 UIViewType viewType = view->GetViewType(); in ShowInputMethod()
75 UIViewType viewType = inputView_->GetViewType(); in InsertText()
100 UIViewType viewType = inputView_->GetViewType(); in DeleteBackward()
113 UIViewType viewType = inputView_->GetViewType(); in SetInputType()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_extend_image_view.cpp23 this->canvas_->GetViewType() == UI_CANVAS) { in SetSrc()
34 this->canvas_->GetViewType() == UI_CANVAS) { in SetSrc()
/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp66 if (par->GetViewType() != UI_ROOT_VIEW) { in DispatchEvent()
87 rotate value = %{public}d\n!", static_cast<uint8_t>(view->GetViewType()), data.rotate); in DispatchEvent()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp49 * @tc.desc: Verify GetViewType function, equal.
59 EXPECT_EQ(repeatBtn_->GetViewType(), UI_REPEAT_BUTTON); in HWTEST_F()
H A Dui_toggle_button_unit_test.cpp49 * @tc.desc: Verify GetViewType function.
59 EXPECT_EQ(toggleBtn_->GetViewType(), UI_TOGGLE_BUTTON); in HWTEST_F()
H A Dui_qrcode_unit_test.cpp53 * @tc.desc: Verify GetViewType function.
63 EXPECT_EQ(qrcode_->GetViewType(), UI_QRCODE); in HWTEST_F()
H A Dui_time_picker_unit_test.cpp47 * @tc.desc: Verify GetViewType function, equal.
57 EXPECT_EQ(timePicker_->GetViewType(), UI_TIME_PICKER); in HWTEST_F()
H A Dui_slider_unit_test.cpp48 * @tc.desc: Verify GetViewType function, equal.
58 EXPECT_EQ(slider_->GetViewType(), UI_SLIDER); in HWTEST_F()
H A Dui_checkbox_unit_test.cpp61 EXPECT_EQ(checkBox_->GetViewType(), UI_CHECK_BOX); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_toggle_button.h78 UIViewType GetViewType() const override
H A Dui_radio_button.h88 UIViewType GetViewType() const override
H A Dui_repeat_button.h76 UIViewType GetViewType() const override
H A Dui_qrcode.h87 UIViewType GetViewType() const override
H A Dui_digital_clock.h75 UIViewType GetViewType() const override
H A Dui_abstract_clock.h108 UIViewType GetViewType() const override
H A Dui_texture_mapper.h75 UIViewType GetViewType() const override
H A Dui_view_group.h76 UIViewType GetViewType() const override
H A Dui_checkbox.h128 UIViewType GetViewType() const override
H A Dui_circle_progress.h75 UIViewType GetViewType() const override
H A Dui_scroll_view.h140 UIViewType GetViewType() const override
H A Dui_label_button.h82 UIViewType GetViewType() const override
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/
H A Dchart_tdd_test.cpp267 UIViewType viewType = chart->GetViewType(); in VerifyWidthAndHeight()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/
H A Dcanvas_tdd_test.cpp80 UIViewType viewType = canvas->GetViewType(); in ComponentCanvasDefaultValueTest001()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dqrcode_tdd_test.cpp132 UIViewType viewType = qrcode->GetViewType(); in ComponentQrcodeAttributeValueTest001()
/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test.h84 if (tempView->IsViewGroup() && (tempView->GetViewType() != UI_DIGITAL_CLOCK)) { in DeleteChildren()

Completed in 9 milliseconds

1234