Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h79 return UI_IMAGE_VIEW; in GetViewType()
H A Dui_view.h70 UI_IMAGE_VIEW, enumerator
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp90 if (child == nullptr || child->GetViewType() != OHOS::UI_IMAGE_VIEW) { in InitEp()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp65 EXPECT_EQ(imageView_->GetViewType(), UI_IMAGE_VIEW);
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp197 case UI_IMAGE_VIEW: in AddSpecialField()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp615 if ((curView->GetViewType() == UI_IMAGE_VIEW) && (curView->GetStyle(STYLE_BORDER_WIDTH) == 0)) { in Render()