Home
last modified time | relevance | path

Searched refs:UITestViewZIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp64 UITestViewZIndex::~UITestViewZIndex() in ~UITestViewZIndex()
68 void UITestViewZIndex::SetUp() in SetUp()
78 void UITestViewZIndex::TearDown() in TearDown()
88 const UIView* UITestViewZIndex::GetTestView() in GetTestView()
94 UILabel* UITestViewZIndex::CreateTitleLabel() const in CreateTitleLabel()
209 void UITestViewZIndex::Callback(UIView* view) in Callback()
240 void UITestViewZIndex::UIKitViewZIndex001() in UIKitViewZIndex001()
250 void UITestViewZIndex::SetupZIndexView() in SetupZIndexView()
281 void UITestViewZIndex::SetupChangeView() in SetupChangeView()
300 void UITestViewZIndex::SetupZIndexBtn() in SetupZIndexBtn()
[all …]
H A Dui_test_view_zindex.h25 class UITestViewZIndex : public UITest, public UIView::OnClickListener, public AnimatorCallback {
27 UITestViewZIndex() {} in UITestViewZIndex() function
28 ~UITestViewZIndex();
/ohos5.0/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_group.cpp93 testCaseList_.PushBack(TestCaseInfo { "View zIndex", new UITestViewZIndex() }); in SetUpTestCase()