Searched refs:btn1 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-container-guide.md | 57 UILabelButton* btn1 = new UILabelButton(); 58 btn1->SetPosition(0, 0, 100, 50); 59 btn1->SetText("btn1"); 80 group->Add(btn1);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/ |
H A D | ui_test_rotate_input.cpp | 269 UILabelButton* btn1 = new UILabelButton(); in UIKitRotateEventSwipeView003() local 276 btn1->SetPosition(0, 0, g_smallButtonW, g_smallButtonH); in UIKitRotateEventSwipeView003() 283 btn1->SetText("Button 1"); in UIKitRotateEventSwipeView003() 290 swipe_->Add(btn1); in UIKitRotateEventSwipeView003()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-container-guide.md | 89 UILabelButton* btn1 = new UILabelButton(); 90 btn1->SetPosition(0, 0, 100, 50); 91 btn1->SetText("btn1"); 112 group->Add(btn1);
|
/ohos5.0/foundation/multimedia/av_session/test/resource/ |
H A D | player_index_js.md | 33 btn1:'', 62 favoriteBtn:'btn1', 128 this.favoriteBtn = 'btn1'; 431 this.favoriteBtn = this.btnCss + 'btn1'; 685 this.favoriteBtn = this.btnCss + 'btn1'; 706 this.favoriteBtn = this.btnCss + 'btn1';
|