Home
last modified time | relevance | path

Searched refs:Yellow (Results 1 – 25 of 141) sorted by relevance

123456

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Danimation_practice.md198 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 Dchangelogs-arkui.md134 .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 Darkts-state-management-best-practices.md104 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 Darkts-style.md90 .backgroundColor(Color.Yellow)
156 .backgroundColor(Color.Yellow)
/ohos5.0/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp166 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 Dts-container-tabcontent.md841 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 Dts-basic-components-blank.md108 Blank().color(Color.Yellow)
115 Blank('160').color(Color.Yellow)
H A Dts-universal-attributes-size.md234 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 Dts-universal-attributes-pixelRound.md76 .backgroundColor(Color.Yellow)
H A Dts-universal-attributes-hover-effect.md52 .width('80%').height(200).backgroundColor(Color.Yellow)
/ohos5.0/docs/en/application-dev/performance/
H A Danimation_practice.md201 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 Dchangelogs-arkui.md134 .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 Dts-container-tabcontent.md537 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 Dts-basic-components-blank.md105 Blank().color(Color.Yellow)
112 Blank('160').color(Color.Yellow)
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-state-management-best-practices.md104 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 Darkts-style.md89 .backgroundColor(Color.Yellow)
138 .backgroundColor(Color.Yellow)
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp173 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 Dnext_ability_slice.cpp48 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
H A Dsecond_ability_slice.cpp48 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
H A Dmain_ability_slice.cpp84 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full); in OnStart()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-particle-animation.md69 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 Darkts-common-events-focus-event.md257 @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 Dui_test_border_margin_padding.cpp421 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 Dui_test_canvas.cpp223 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 Dui_button_unit_test.cpp313 …button_->SetStyleForState(STYLE_BACKGROUND_COLOR, Color::Yellow().full, UIButton::ButtonState::INA…
315 Color::Yellow().full);

123456