/ohos5.0/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() 253 uiViewGroup->Add(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 257 testView->SetLabel(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 258 testView1->SetLabel(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 281 container_->Add(label1); in InnerTest() 284 testView->SetLabel(label1); in InnerTest() 319 parentContainer->Add(label1); in InnerBubbleTest() 322 testView->SetLabel(label1); in InnerBubbleTest() 407 container_->Add(label1); in InnerBubbleDragTest() [all …]
|
H A D | ui_test_input_event.h | 441 TestView* testView, UILabel* label1, UILabel* label2); 443 OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2);
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-require.md | 116 label1: string = "Hello World"; 125 ChildPage({ childInfo: this.info1, state_value: this.label1}) // 调用自定义组件 142 this.label1 = "Luck"; // 不会刷新,原因是没有装饰器修饰监听不到值的改变。
|
H A D | arkts-builderparam.md | 219 @Builder function specificParam(label1: string, label2: string) { 221 Text(label1)
|
H A D | introduction-to-arkts.md | 335 case label1: // 如果label1匹配,则执行
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-require.md | 115 label1: string = "Hello World"; 124 ChildPage({ childInfo: this.info1, state_value: this.label1}) // Calling a custom component. 141 …this.label1 = "Luck"; // ChildPage is not re-rendered because no decorator is used to listen for v…
|
H A D | arkts-builderparam.md | 254 @Builder function specificParam(label1: string, label2: string) { 256 Text(label1)
|
H A D | introduction-to-arkts.md | 336 case label1: // will be executed if label1 is matched
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 301 <stepper-item label="{{label1}}"> 372 label1: {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 301 <stepper-item label="{{label1}}"> 372 label1: {
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | application-performance-optimization-guidance.md | 252 new IconItemSource($r('app.media.img1'), `label1`),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 1237 std::string label1 = "Label1"; variable 1239 req1.SetLabel(label1);
|