Home
last modified time | relevance | path

Searched refs:GetViewType (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/update/updater/services/ui/view/page/
H A Dview_proxy.h77 if (dummy.GetViewType() != ohosView->GetViewType()) { in As()
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dlabel_btn_adapter.cpp37 if (view.GetViewType() != OHOS::UI_LABEL_BUTTON) { in OnFocus()
51 if (view.GetViewType() != OHOS::UI_LABEL_BUTTON) { in OnBlur()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp179 switch (view->GetViewType()) { in AddSpecialField()
268 AddNameField(view->GetViewType(), dumpUsr); in OutputDomNode()
321 AddNameField(view->GetViewType(), dumpUsr); in OutputDomTree()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_repeat_button.h76 UIViewType GetViewType() const override in GetViewType() function
H A Dui_toggle_button.h78 UIViewType GetViewType() const override in GetViewType() function
H A Dui_radio_button.h88 UIViewType GetViewType() const override in GetViewType() function
H A Dui_qrcode.h87 UIViewType GetViewType() const override in GetViewType() function
H A Dui_abstract_clock.h108 UIViewType GetViewType() const override in GetViewType() function
H A Dui_digital_clock.h75 UIViewType GetViewType() const override in GetViewType() function
H A Dui_view_group.h76 UIViewType GetViewType() const override in GetViewType() function
H A Dui_abstract_progress.h74 UIViewType GetViewType() const override in GetViewType() function
H A Dui_box_progress.h90 UIViewType GetViewType() const override in GetViewType() function
H A Dui_texture_mapper.h75 UIViewType GetViewType() const override in GetViewType() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_repeat_button_unit_test.cpp59 EXPECT_EQ(repeatBtn_->GetViewType(), UI_REPEAT_BUTTON);
H A Dui_toggle_button_unit_test.cpp59 EXPECT_EQ(toggleBtn_->GetViewType(), UI_TOGGLE_BUTTON);
H A Dui_qrcode_unit_test.cpp63 EXPECT_EQ(qrcode_->GetViewType(), UI_QRCODE);
H A Dui_time_picker_unit_test.cpp57 EXPECT_EQ(timePicker_->GetViewType(), UI_TIME_PICKER);
H A Dui_slider_unit_test.cpp58 EXPECT_EQ(slider_->GetViewType(), UI_SLIDER);
H A Dui_checkbox_unit_test.cpp61 EXPECT_EQ(checkBox_->GetViewType(), UI_CHECK_BOX);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.h43 UIViewType GetViewType() const override in GetViewType() function
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dqrcode_tdd_test.cpp132 UIViewType viewType = qrcode->GetViewType(); in ComponentQrcodeAttributeValueTest001()

1234