Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-docking-softkeyboard.md326 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
330 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
334 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
338 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
342 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
346 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
350 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
354 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp360 uint8_t gray = GREY_END1; in PaintCurrentSticky() local
361 Color color = Color::FromRGB(gray, gray, gray); in PaintCurrentSticky()
370 gray *= (-mainOffset) / itemSize.Height(); in PaintCurrentSticky()
373 color = Color::FromRGB(gray, gray, gray); in PaintCurrentSticky()
392 uint8_t gray = GREY_END1 * (itemSize.Height() - mainOffset) / itemSize.Height(); in PaintNextSticky() local
393 Color color = Color::FromRGB(gray, gray, gray); in PaintNextSticky()
/ohos5.0/docs/en/application-dev/web/
H A Dweb-docking-softkeyboard.md326 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
330 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
334 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
338 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
342 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
346 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
350 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
354 <hr style="height:2px;border-width:0;color:gray;background-color:gray">
H A Dweb-router-flash-optimization.md12 …mponent is initially displayed at the bottom of the page. Assume that the background color is gray.
24gray, the web page may flash white when the application navigates to a new web page. To solve this…
26 Example of setting the background color of the **Web** component to gray (the default background co…
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dcolor_unit_test.cpp149 ColorType gray = Color::Gray(); variable
151 EXPECT_EQ(gray.red, 0x80);
152 EXPECT_EQ(gray.green, 0x80);
153 EXPECT_EQ(gray.blue, 0x80);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-theme.md11 …/styles/default.json** file. For example, to configure the default theme of a widget to light gray:
H A Djs-service-widget-appendix-types.md78 | gray | \#808080 | ![gray](figures/gray.png) |
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h287 int gray = (r * 299 + g * 587 + b * 114) / 1000; in IsDarkColor() local
288 return gray < lightThresholds; in IsDarkColor()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-appendix-types.md78 | gray | \#808080 | ![gray](figures/gray.png) |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-common-styles.md95 | gray | \#808080 | ![gray](figures/gray.png) |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-input.md137 placeholder-color: gray;
193 placeholder-color: gray;
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-progress-indicator.md52 .color(Color.Grey) // Set the foreground color to gray.
79 // The progress indicator in the eclipse style on the right: Set its foreground color to gray.
H A Dui-js-components-input.md140 placeholder-color: gray;
196 placeholder-color: gray;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-input.md117 placeholder-color: gray;
121 background-color: gray;
H A Djs-components-container-popup.md99 mask-color: gray;
H A Djs-components-basic-textarea.md92 placeholder-color: gray;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-common-styles.md95 | gray | \#808080 | ![gray](figures/gray.png) |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md272 > The brightness (gray scale value) of each pixel in the component background content is calculate…
273 …alues of the pixel, respectively, and **Y** is the gray scale value. This formula normalizes the g…
274 … 0.5, for a pixel with a gray scale value of 0.2, the increase in brightness is -0.5 * 0.2 + 0.5 =…
H A Dts-basic-components-texttimer.md236gray background. Once the timers are activated, they display the time progression in real-time. Wh…
H A Dts-universal-attributes-foreground-blur-style.md60 …he black and white in the image is adjusted to create different shades of gray. The first paramete…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-security-test-guide.md13 - For the module that receives and processes user-mode parameters, develop gray-box and white-box f…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-rating.md47 …*star-secondary**, and **star-foreground**. Otherwise, the rating star is gray, indicating that th…
H A Djs-components-basic-input.md118 placeholder-color: gray;
122 background-color: gray;
H A Djs-components-container-popup.md100 mask-color: gray;
H A Djs-components-basic-textarea.md93 placeholder-color: gray;

12