Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_basic_layout.cpp31 testTargetSmall2_ = new UIView(); in SetUp()
66 testTargetSmall2_ = nullptr; in TearDown()
120 testTargetSmall2_->Resize(20, 20); // 20:width 20:height in UIKitLayoutTestBasicLayout001()
122 testTargetSmall2_->LayoutCenterOfParent(); in UIKitLayoutTestBasicLayout001()
124 testTargetSmall2_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Cyan().full); in UIKitLayoutTestBasicLayout001()
H A Dui_test_basic_layout.h72 UIView* testTargetSmall2_ = nullptr; variable