Home
last modified time | relevance | path

Searched refs:CreateZIndexLabel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp104 UILabel* UITestViewZIndex::CreateZIndexLabel(const char* text, int16_t zIndex, ColorType color) in CreateZIndexLabel() function in OHOS::UITestViewZIndex
263CreateZIndexLabel(ZINDEX_VIEW_GROUP[i].text, ZINDEX_VIEW_GROUP[i].zIndex, ZINDEX_VIEW_GROUP[i].col… in SetupZIndexView()
288 UILabel* target = CreateZIndexLabel(ID_CHANGE_MY_ZINDEX, 0, Color::Cyan()); in SetupChangeView()
H A Dui_test_view_zindex.h40 UILabel* CreateZIndexLabel(const char* text, int16_t zIndex, ColorType color);