Searched refs:label3 (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/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: hei… 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: hei… in UIKitUILabeTestDisplay002() 179 label3->SetText("方向"); in UIKitUILabeTestDisplay002() 180 label3->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitUILabeTestDisplay002()
|
/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | introduction-to-arkts.md | 341 case label3: // 如果label2或label3匹配,则执行
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | application-performance-optimization-guidance.md | 254 new IconItemSource($r('app.media.img3'), `label3`)
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | introduction-to-arkts.md | 342 case label3: // will be executed if label2 or label3 is matched
|