/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | animation_practice.md | 198 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 232 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 286 this.color = Color.Yellow; 313 @State color: Color = Color.Yellow; 328 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 360 this.color = Color.Yellow;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.2.2/ |
H A D | changelogs-arkui.md | 134 .divider({strokeWidth:1,color:Color.Yellow,startMargin:10,endMargin:10}) 136 .backgroundColor(Color.Yellow) 197 .divider({strokeWidth:1,color:Color.Yellow,startMargin:10,endMargin:10}) 199 .backgroundColor(Color.Yellow)
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-state-management-best-practices.md | 104 realState: Color = Color.Yellow; 131 this.realState = this.realState == Color.Yellow ? Color.Red : Color.Yellow; 160 @State realState: Color = Color.Yellow; 175 this.realState = this.realState == Color.Yellow ? Color.Red : Color.Yellow;
|
H A D | arkts-style.md | 90 .backgroundColor(Color.Yellow) 156 .backgroundColor(Color.Yellow)
|
/ohos5.0/foundation/window/window_manager_lite/test/ |
H A D | sample_window.cpp | 166 block2->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in AddBlock() 173 block3->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in AddBlock() 198 g_rootView2->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in TestWindow() 210 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in TestWindow()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-tabcontent.md | 841 Column().width('100%').height('100%').backgroundColor(Color.Yellow) 842 }.tabBar(new SubTabBarStyle('Yellow')) 844 console.info("Yellow will show") 847 console.info("Yellow will hide") 893 Column().width('100%').height('100%').backgroundColor(Color.Yellow) 896 console.info("Yellow will show") 899 console.info("Yellow will hide") 948 console.info("Yellow will show") 951 console.info("Yellow will hide") 1040 this.indicatorColor = Color.Yellow [all …]
|
H A D | ts-basic-components-blank.md | 108 Blank().color(Color.Yellow) 115 Blank('160').color(Color.Yellow)
|
H A D | ts-universal-attributes-size.md | 234 Row().size({ width: '100%', height: '100%' }).backgroundColor(Color.Yellow) 297 Row().size({ width: '100%', height: '100%' }).backgroundColor(Color.Yellow) 349 .backgroundColor(Color.Yellow)
|
H A D | ts-universal-attributes-pixelRound.md | 76 .backgroundColor(Color.Yellow)
|
H A D | ts-universal-attributes-hover-effect.md | 52 .width('80%').height(200).backgroundColor(Color.Yellow)
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | animation_practice.md | 201 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 235 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 289 this.color = Color.Yellow; 316 @State color: Color = Color.Yellow; 331 this.color = (this.color === Color.Yellow ? Color.Red : Color.Yellow); 363 this.color = Color.Yellow;
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.2/ |
H A D | changelogs-arkui.md | 134 .divider({strokeWidth:1,color:Color.Yellow,startMargin:10,endMargin:10}) 136 .backgroundColor(Color.Yellow) 197 .divider({strokeWidth:1,color:Color.Yellow,startMargin:10,endMargin:10}) 199 .backgroundColor(Color.Yellow)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-tabcontent.md | 537 Column().width('100%').height('100%').backgroundColor(Color.Yellow) 538 }.tabBar(new SubTabBarStyle('Yellow')) 540 console.info("Yellow will show") 543 console.info("Yellow will hide") 589 Column().width('100%').height('100%').backgroundColor(Color.Yellow) 592 console.info("Yellow will show") 595 console.info("Yellow will hide") 644 console.info("Yellow will show") 647 console.info("Yellow will hide") 734 this.indicatorColor = Color.Yellow [all …]
|
H A D | ts-basic-components-blank.md | 105 Blank().color(Color.Yellow) 112 Blank('160').color(Color.Yellow)
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-state-management-best-practices.md | 104 realState2: Color = Color.Yellow; 131 this.realState2 = this.realState2 == Color.Yellow ? Color.Red : Color.Yellow; 160 @State realState2: Color = Color.Yellow; 175 this.realState2 = this.realState2 == Color.Yellow ? Color.Red : Color.Yellow;
|
H A D | arkts-style.md | 89 .backgroundColor(Color.Yellow) 138 .backgroundColor(Color.Yellow)
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/ |
H A D | ui_test_view_scale_rotate.cpp | 173 circleProgress_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in UIKitViewScaleRotateTestUICircleProgress005() 199 group1_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in UIKitViewScaleRotateTestGroup007()
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | next_ability_slice.cpp | 48 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
|
H A D | second_ability_slice.cpp | 48 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
|
H A D | main_ability_slice.cpp | 84 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-particle-animation.md | 69 range: [Color.White, Color.Yellow], // Initial color range. 97 range: [Color.White, Color.Yellow], // Initial color range.
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-events-focus-event.md | 257 @State color1: Color = Color.Yellow; 258 @State color2: Color = Color.Yellow; 259 @State color3: Color = Color.Yellow; 272 this.color1 = Color.Yellow; 287 this.color2 = Color.Yellow; 302 this.color3 = Color.Yellow;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 421 boxProgress->SetBackgroundStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in UIKitUITestBorderMarginPaddingTest004() 450 paint.SetStrokeColor(Color::Yellow()); in UIKitUITestBorderMarginPaddingTest006() 454 paint.SetFillColor(Color::Yellow()); in UIKitUITestBorderMarginPaddingTest006() 460 paint.SetFillColor(Color::Yellow()); in UIKitUITestBorderMarginPaddingTest006()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 223 paint.SetFillColor(Color::Yellow()); in UIKitCanvasTestDrawRect001() 254 paint.SetFillColor(Color::Yellow()); in UIKitCanvasTestDrawRect003() 270 paint.SetStrokeColor(Color::Yellow()); in UIKitCanvasTestDrawCircle001() 271 paint.SetFillColor(Color::Yellow()); in UIKitCanvasTestDrawCircle001() 305 paint.SetFillColor(Color::Yellow()); in UIKitCanvasTestDrawCircle003() 415 paint.SetFillColor(Color::Yellow()); in UIKitCanvasTestDrawSector001() 989 paint.SetStrokeColor(Color::Yellow()); in UIKitCanvasTestDrawPath033() 1209 paint.addColorStop(0, Color::Yellow()); in RM008UIKitCanvasTest002() 1258 paint.addColorStop(0, Color::Yellow()); in RM008UIKitCanvasTest003() 1581 paint.SetStrokeStyle(Color::Yellow()); in RM011CanvasRotate001()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_button_unit_test.cpp | 313 …button_->SetStyleForState(STYLE_BACKGROUND_COLOR, Color::Yellow().full, UIButton::ButtonState::INA… 315 Color::Yellow().full);
|