Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_basic_layout.cpp30 testTargetSmall1_ = new UIView(); in SetUp()
65 testTargetSmall1_ = nullptr; in TearDown()
119 testTargetSmall1_->Resize(40, 40); // 40:width 40:height in UIKitLayoutTestBasicLayout001()
121 testTargetSmall1_->LayoutCenterOfParent(); in UIKitLayoutTestBasicLayout001()
123 testTargetSmall1_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Purple().full); in UIKitLayoutTestBasicLayout001()
H A Dui_test_basic_layout.h71 UIView* testTargetSmall1_ = nullptr; variable