Searched refs:label3 (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/ |
H A D | ui_test_scroll_bar.cpp | 141 UILabelButton* label3 = new UILabelButton(); in UIKitScrollBarTESTScrollview001() local 142 scrollView_->Add(label3); in UIKitScrollBarTESTScrollview001() 143 label3->LayoutBottomToSibling("label2", LABEL_INTERVAL); in UIKitScrollBarTESTScrollview001() 144 label3->LayoutLeftOfParent(LABEL_LEFT_INTERVAL); in UIKitScrollBarTESTScrollview001() 145 label3->SetWidth(LABEL_WIDTH); in UIKitScrollBarTESTScrollview001() 146 label3->SetHeight(LABEL_HEIGHT); in UIKitScrollBarTESTScrollview001() 147 label3->SetViewId("label3"); in UIKitScrollBarTESTScrollview001() 148 label3->SetText("label3"); in UIKitScrollBarTESTScrollview001() [all...] |
/foundation/arkui/ui_lite/test/uitest/test_label/ |
H A D | ui_test_label.cpp | 134 UILabel* label3 = new UILabel(); in CreateLabels() local 135 uiViewGroup->Add(label3); in CreateLabels() 136 label3->SetPosition(24, 203, 288, 48); // 24: x-coordinate, 203: y-coordinate, 288: width; 48: height in CreateLabels() 137 label3->SetText("颜色"); in CreateLabels() 138 label3->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in CreateLabels() 176 UILabel* label3 = new UILabel(); in UIKitUILabeTestDisplay002() local 177 uiViewGroup->Add(label3); in UIKitUILabeTestDisplay002() 178 label3->SetPosition(24, 203, 288, 48); // 24: x-coordinate, 203: y-coordinate, 288: width; 48: height in UIKitUILabeTestDisplay002() 179 label3->SetText("方向"); in UIKitUILabeTestDisplay002() 180 label3 in UIKitUILabeTestDisplay002() [all...] |
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/ |
H A D | ui_test_dump_dom.cpp | 403 UIArcLabel* label3 = new UIArcLabel(); in UIKitTestDumpDom005() local 404 label3->SetArcTextCenter(70, 330); // 70: x position, 330: y position in UIKitTestDumpDom005() 405 label3->SetArcTextRadius(150); // 150: radius in UIKitTestDumpDom005() 406 label3->SetArcTextAngle(0, 270); // 0: start angle, 270: end angle in UIKitTestDumpDom005() 407 label3->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitTestDumpDom005() 408 label3->SetText("012345678ABCDEF"); in UIKitTestDumpDom005() 409 label3->SetStyle(STYLE_LETTER_SPACE, 30); // 30: letter space in UIKitTestDumpDom005() 410 label3->SetViewId("dump_arc_label"); in UIKitTestDumpDom005() 411 group3->Add(label3); in UIKitTestDumpDom005()
|
Completed in 2 milliseconds