Home
last modified time | relevance | path

Searched refs:UI_LABEL_BUTTON (Results 1 – 6 of 6) sorted by relevance

/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/interfaces/kits/components/
H A Dui_label_button.h84 return UI_LABEL_BUTTON; in GetViewType()
H A Dui_view.h66 UI_LABEL_BUTTON, enumerator
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_label_button_unit_test.cpp60 EXPECT_EQ(labelBtn_->GetViewType(), UI_LABEL_BUTTON);
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp164 if (pView->GetViewType() != OHOS::UI_LABEL_BUTTON) { in ProcessPowerKey()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp185 case UI_LABEL_BUTTON: in AddSpecialField()