Searched refs:label1 (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.cpp | 202 UILabel* label1 = new UILabel(); in UIKitPointerInputTestDispatchKeyEvent001() local 203 uiViewGroup->Add(label1); in UIKitPointerInputTestDispatchKeyEvent001() 204 label1->SetPosition(0, TEXT_H + GAP, TEXT_W, TEXT_H); in UIKitPointerInputTestDispatchKeyEvent001() 205 label1->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitPointerInputTestDispatchKeyEvent001() 207 keyListener_ = new TestKeyInputListener(label1); in UIKitPointerInputTestDispatchKeyEvent001() 252 UILabel* label1 = new UILabel(); in UIKitPointerInputTestDispatchInVisibleEvent001() local 253 uiViewGroup->Add(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 255 label1->SetPosition(positionX_ + 50, positionY_ + 2 * GAP, TEXT_W, TEXT_H); in UIKitPointerInputTestDispatchInVisibleEvent001() 256 label1->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitPointerInputTestDispatchInVisibleEvent001() 257 testView->SetLabel(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 280 UILabel* label1 = new UILabel(); InnerTest() local 318 UILabel* label1 = new UILabel(); InnerBubbleTest() local 338 SetViewAndContainerListeners(bool isBubble, OHOS::UIScrollView* parentContainer, TestView* testView, UILabel* label1, UILabel* label2) SetViewAndContainerListeners() argument 406 UILabel* label1 = new UILabel(); InnerBubbleDragTest() local 425 SetScrollsListeners(bool isBubble, OHOS::UIScrollView* parentScroll, OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2) SetScrollsListeners() argument [all...] |
H A D | ui_test_input_event.h | 441 TestView* testView, UILabel* label1, UILabel* label2); 443 OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2);
|
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/ |
H A D | ui_test_scroll_bar.cpp | 123 UILabelButton* label1 = new UILabelButton(); in UIKitScrollBarTESTScrollview001() local 124 scrollView_->Add(label1); in UIKitScrollBarTESTScrollview001() 125 label1->LayoutTopOfParent(LABEL_INTERVAL); in UIKitScrollBarTESTScrollview001() 126 label1->LayoutLeftOfParent(LABEL_LEFT_INTERVAL); in UIKitScrollBarTESTScrollview001() 127 label1->SetWidth(LABEL_WIDTH); in UIKitScrollBarTESTScrollview001() 128 label1->SetHeight(LABEL_HEIGHT); in UIKitScrollBarTESTScrollview001() 129 label1->SetViewId("label1"); in UIKitScrollBarTESTScrollview001() 130 label1->SetText("label1"); in UIKitScrollBarTESTScrollview001() [all...] |
/foundation/arkui/ui_lite/test/uitest/test_label/ |
H A D | ui_test_label.cpp | 115 UILabel* label1 = new UILabel(); in CreateLabels() local 116 uiViewGroup->Add(label1); in CreateLabels() 118 label1->SetPosition(VIEW_DISTANCE_TO_LEFT_SIDE2, TEXT_DISTANCE_TO_TOP_SIDE, 288, 48); in CreateLabels() 119 label1->SetText("字号"); in CreateLabels() 120 label1->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in CreateLabels()
|
/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.cpp | 303 UILabel* label1 = new UILabel(); in InnerTest() local 304 container_->Add(label1); in InnerTest() 305 label1->SetPosition(VIEW_DISTANCE_TO_LEFT_SIDE + TEST_VIEW_GAP, in InnerTest() 307 label1->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in InnerTest() 308 testView->SetLabel(label1); in InnerTest()
|
/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 203 UILabel* label1 = new UILabel(); in CreateButtonGroup() local 204 group->Add(label1); in CreateButtonGroup() 205 label1->SetPosition(70, 30, 40, 20); // 70: posX 30 posY 40 width 20 height in CreateButtonGroup() 206 *listener = static_cast<UICheckBox::OnChangeListener*>(new TestBtnOnStateChangeListener(label1)); in CreateButtonGroup() 222 label1->SetText("ON"); in CreateButtonGroup() 224 label1->SetText("OFF"); in CreateButtonGroup()
|
Completed in 5 milliseconds