Searched refs:label4 (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/ |
H A D | ui_test_scroll_bar.cpp | 150 UILabelButton* label4 = new UILabelButton(); in UIKitScrollBarTESTScrollview001() local 151 scrollView_->Add(label4); in UIKitScrollBarTESTScrollview001() 152 label4->LayoutBottomToSibling("label3", LABEL_INTERVAL); in UIKitScrollBarTESTScrollview001() 153 label4->LayoutLeftOfParent(LABEL_LEFT_INTERVAL); in UIKitScrollBarTESTScrollview001() 154 label4->SetWidth(LABEL_WIDTH); in UIKitScrollBarTESTScrollview001() 155 label4->SetHeight(LABEL_HEIGHT); in UIKitScrollBarTESTScrollview001() 156 label4->SetViewId("label4"); in UIKitScrollBarTESTScrollview001() 157 label4->SetText("label4"); in UIKitScrollBarTESTScrollview001() [all...] |
/foundation/arkui/ui_lite/test/uitest/test_label/ |
H A D | ui_test_label.cpp | 143 UILabel* label4 = new UILabel(); in CreateLabels() local 144 uiViewGroup->Add(label4); in CreateLabels() 145 label4->SetPosition(24, 299, 288, 48); // 24: x-coordinate, 299: y-coordinate, 288: width; 48: height in CreateLabels() 146 label4->SetText("超出处理"); in CreateLabels() 147 label4->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in CreateLabels() 183 UILabel* label4 = new UILabel(); in UIKitUILabeTestDisplay002() local 184 uiViewGroup->Add(label4); in UIKitUILabeTestDisplay002() 185 label4->SetPosition(24, 299, 288, 48); // 24: x-coordinate, 299: y-coordinate, 288: width; 48: height in UIKitUILabeTestDisplay002() 186 label4->SetText("行高"); in UIKitUILabeTestDisplay002() 187 label4 in UIKitUILabeTestDisplay002() [all...] |
Completed in 2 milliseconds