Searched refs:GetViewType (Results 1 - 25 of 78) sorted by relevance
1234
/foundation/arkui/ui_lite/frameworks/core/ |
H A D | input_method_manager.cpp | 40 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 D | ui_extend_image_view.cpp | 23 this->canvas_->GetViewType() == UI_CANVAS) { in SetSrc() 34 this->canvas_->GetViewType() == UI_CANVAS) { in SetSrc()
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | rotate_input_device.cpp | 66 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 D | ui_repeat_button_unit_test.cpp | 49 * @tc.desc: Verify GetViewType function, equal. 59 EXPECT_EQ(repeatBtn_->GetViewType(), UI_REPEAT_BUTTON); in HWTEST_F()
|
H A D | ui_toggle_button_unit_test.cpp | 49 * @tc.desc: Verify GetViewType function. 59 EXPECT_EQ(toggleBtn_->GetViewType(), UI_TOGGLE_BUTTON); in HWTEST_F()
|
H A D | ui_qrcode_unit_test.cpp | 53 * @tc.desc: Verify GetViewType function. 63 EXPECT_EQ(qrcode_->GetViewType(), UI_QRCODE); in HWTEST_F()
|
H A D | ui_time_picker_unit_test.cpp | 47 * @tc.desc: Verify GetViewType function, equal. 57 EXPECT_EQ(timePicker_->GetViewType(), UI_TIME_PICKER); in HWTEST_F()
|
H A D | ui_slider_unit_test.cpp | 48 * @tc.desc: Verify GetViewType function, equal. 58 EXPECT_EQ(slider_->GetViewType(), UI_SLIDER); in HWTEST_F()
|
H A D | ui_checkbox_unit_test.cpp | 61 EXPECT_EQ(checkBox_->GetViewType(), UI_CHECK_BOX); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_toggle_button.h | 78 UIViewType GetViewType() const override
|
H A D | ui_radio_button.h | 88 UIViewType GetViewType() const override
|
H A D | ui_repeat_button.h | 76 UIViewType GetViewType() const override
|
H A D | ui_qrcode.h | 87 UIViewType GetViewType() const override
|
H A D | ui_digital_clock.h | 75 UIViewType GetViewType() const override
|
H A D | ui_abstract_clock.h | 108 UIViewType GetViewType() const override
|
H A D | ui_texture_mapper.h | 75 UIViewType GetViewType() const override
|
H A D | ui_view_group.h | 76 UIViewType GetViewType() const override
|
H A D | ui_checkbox.h | 128 UIViewType GetViewType() const override
|
H A D | ui_circle_progress.h | 75 UIViewType GetViewType() const override
|
H A D | ui_scroll_view.h | 140 UIViewType GetViewType() const override
|
H A D | ui_label_button.h | 82 UIViewType GetViewType() const override
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/ |
H A D | chart_tdd_test.cpp | 267 UIViewType viewType = chart->GetViewType(); in VerifyWidthAndHeight()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/ |
H A D | canvas_tdd_test.cpp | 80 UIViewType viewType = canvas->GetViewType(); in ComponentCanvasDefaultValueTest001()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | qrcode_tdd_test.cpp | 132 UIViewType viewType = qrcode->GetViewType();
in ComponentQrcodeAttributeValueTest001()
|
/foundation/arkui/ui_lite/test/framework/include/ |
H A D | ui_test.h | 84 if (tempView->IsViewGroup() && (tempView->GetViewType() != UI_DIGITAL_CLOCK)) { in DeleteChildren()
|
Completed in 9 milliseconds
1234