Home
last modified time | relevance | path

Searched refs:Gray (Results 1 – 25 of 186) sorted by relevance

12345678

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.2.3/
H A Dchanglogs-arkui.md58 Text('1').height(50).backgroundColor(Color.Gray)
59 Text('天天向上').height(50).backgroundColor(Color.Gray)
60 Text('天天向上向上').height(50).backgroundColor(Color.Gray)
61 Text('天天向上向上天天向上向上').height(50).backgroundColor(Color.Gray)
62 Text('1天天向上向上').height(50).backgroundColor(Color.Gray)
63 Text('1天天向上向上').height(50).backgroundColor(Color.Gray)
64 Text('天天向上向上天天向上向上').height(50).backgroundColor(Color.Gray)
65 Text('天天向上向上天天向上向上').height(50).backgroundColor(Color.Gray)
66 Text('1').height(50).backgroundColor(Color.Gray)
67 Text('1').height(50).backgroundColor(Color.Gray)
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.3/
H A Dchanglogs-arkui.md58 Text('1').height(50).backgroundColor(Color.Gray)
59 Text ('Seize the day').height (50).backgroundColor (Color.Gray)
60 Text ('Seize the day and').height (50).backgroundColor (Color.Gray)
61 Text('Seize the day and make every moment count').height(50).backgroundColor(Color.Gray)
62 Text ('Seize the moment and make every').height (50).backgroundColor (Color.Gray)
63 Text ('Seize the day and').height (50).backgroundColor (Color.Gray)
64 Text('Seize the day and make every moment count').height(50).backgroundColor(Color.Gray)
65 Text('Seize the day and make every moment count').height(50).backgroundColor(Color.Gray)
66 Text('1').height(50).backgroundColor(Color.Gray)
67 Text('1').height(50).backgroundColor(Color.Gray)
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dstyle_unit_test.cpp58 style_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
59 EXPECT_EQ(style_->GetStyle(STYLE_BACKGROUND_COLOR), Color::Gray().full);
106 style_->SetStyle(STYLE_BORDER_COLOR, Color::Gray().full);
107 EXPECT_EQ(style_->GetStyle(STYLE_BORDER_COLOR), Color::Gray().full);
299 style_->SetStyle(STYLE_TEXT_COLOR, Color::Gray().full);
300 EXPECT_EQ(style_->GetStyle(STYLE_TEXT_COLOR), Color::Gray().full);
382 style_->SetStyle(STYLE_LINE_COLOR, Color::Gray().full);
383 EXPECT_EQ(style_->GetStyle(STYLE_LINE_COLOR), Color::Gray().full);
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-richeditor.md195 fontColor: Color.Gray,
252 fontColor: Color.Gray,
287 fontColor: Color.Gray,
296 fontColor: Color.Gray,
332 fontColor: Color.Gray,
341 fontColor: Color.Gray,
377 fontColor: Color.Gray,
406 fontColor: Color.Gray,
435 fontColor: Color.Gray,
479 color: Color.Gray
[all …]
H A Darkts-layout-development-create-looping.md27 .backgroundColor(Color.Gray)
93 .backgroundColor(Color.Gray)
186 .backgroundColor(Color.Gray)
267 .backgroundColor(Color.Gray)
306 …@State backgroundColors: Color[] = [Color.Green, Color.Blue, Color.Yellow, Color.Pink, Color.Gray,…
H A Darkts-shadow-effect.md24 .shadow({ radius: 10, color: Color.Gray })
37 color: Color.Gray,
H A Darkts-common-events-focus-event.md144 @State oneButtonColor: Color = Color.Gray;
145 @State twoButtonColor: Color = Color.Gray;
146 @State threeButtonColor: Color = Color.Gray;
162 this.oneButtonColor = Color.Gray;
190 this.threeButtonColor = Color.Gray ;
363 @State oneButtonColor: Color = Color.Gray;
364 @State twoButtonColor: Color = Color.Gray;
365 @State threeButtonColor: Color = Color.Gray;
381 this.oneButtonColor = Color.Gray;
411 this.threeButtonColor = Color.Gray ;
H A Darkts-common-events-device-input-event.md67 @State Color: Color = Color.Gray;
81 this.Color = Color.Gray;
130 @State Color: Color = Color.Gray;
145 this.Color = Color.Gray;
221 .backgroundColor(this.isHovered ? Color.Green : Color.Gray)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-hover-effect.md36 Text('Scale').fontSize(20).fontColor(Color.Gray).width('90%').position({ x: 0, y: 80 })
38 .width('80%').height(200).backgroundColor(Color.Gray)
46 Text('Board').fontSize(20).fontColor(Color.Gray).width('90%').position({ x: 0, y: 380 })
48 .width('80%').height(200).backgroundColor(Color.Gray)
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp158 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsMargin001()
184 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsPadding001()
210 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsBorder001()
238 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBounds001()
268 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsInvisible001()
295 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsSmallView001()
321 view1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitViewBoundsPostDraw001()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md242 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
247 4. 检查label背景色为Gray,如下图所示。
273 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
303 3. 设置字体颜色为Gray,组件大小自适应文本内容。
306 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
339 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
371 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-hover-effect.md40 Text('Scale').fontSize(20).fontColor(Color.Gray).width('90%').position({ x: 0, y: 80 })
42 .width('80%').height(200).backgroundColor(Color.Gray)
50 Text('Board').fontSize(20).fontColor(Color.Gray).width('90%').position({ x: 0, y: 380 })
H A Dts-universal-attributes-foreground-color.md83 Button('设置前景色为橘色').fontSize(20).foregroundColor(Color.Orange).backgroundColor(Color.Gray)
85 Button('未设置前景色继承自父组件').fontSize(20).backgroundColor(Color.Gray)
H A Dts-universal-component-visible-area-change-event.md66 .backgroundColor(Color.Gray)
127 .scrollBarColor(Color.Gray)
H A Dts-universal-attributes-sharp-clipping.md220 .maskShape(new Rect({ width: '500px', height: '280px' }).fill(Color.Gray))
225 .maskShape(new Circle({ width: '280px', height: '280px' }).fill(Color.Gray))
246 @State progress: ProgressMask = new ProgressMask(10.0, 100.0, Color.Gray);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_slider_unit_test.cpp91 slider_->SetKnobStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
92 EXPECT_EQ(slider_->GetKnobStyle().bgColor_.full, Color::Gray().full);
H A Dui_label_button_unit_test.cpp183 labelBtn_->SetTextColor(Color::Gray());
184 EXPECT_EQ(labelBtn_->GetLabelStyle().textColor_.full, Color::Gray().full);
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-shadow-effect.md24 .shadow({ radius: 10, color: Color.Gray })
35 .shadow({ radius: 10, color: Color.Gray, offsetX: 20, offsetY: 20 })
H A Darkts-common-components-richeditor.md142 fontColor: Color.Gray,
199 fontColor: Color.Gray,
234 fontColor: Color.Gray,
243 fontColor: Color.Gray,
279 fontColor: Color.Gray,
288 fontColor: Color.Gray,
324 fontColor: Color.Gray,
353 fontColor: Color.Gray,
382 fontColor: Color.Gray,
426 color: Color.Gray
[all …]
H A Darkts-layout-development-create-looping.md27 .backgroundColor(Color.Gray)
93 .backgroundColor(Color.Gray)
186 .backgroundColor(Color.Gray)
267 .backgroundColor(Color.Gray)
306 …@State backgroundColors: Color[] = [Color.Green, Color.Blue, Color.Yellow, Color.Pink, Color.Gray,…
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md291 .fontColor(Color.Gray)
294 .fontColor(Color.Gray)
327 .fontColor(Color.Gray)
423 .fontColor(Color.Gray)
426 .fontColor(Color.Gray)
459 .fontColor(Color.Gray)
533 .fontColor(Color.Gray)
620 .fontColor(Color.Gray)
721 .fontColor(Color.Gray)
854 .fontColor(Color.Gray)
[all …]
/ohos5.0/docs/zh-cn/third-party-cases/
H A DSearch-box-and-text-carousel.md34 .fontColor(Color.Gray)
124 .fontColor(Color.Gray)
154 private color = Color.Gray
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H A Dui_test_anti_aliasing.cpp85 style.borderColor_ = Color::Gray(); in UIKitAntiAliasingTestRect001()
154 canvas->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full); in UIKitAntiAliasingTestLine001()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A Dp2pView.ets61 .fontColor(Color.Gray)
67 .fontColor(Color.Gray)
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ets/pages/
H A DConnectServiceExtensionAbility.ets107 .backdropBlur(Color.Gray)
125 .backgroundColor(Color.Gray)

12345678