Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 25 of 112) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme.csv18 …,,0,ThemeConstantsType::COLOR,Color(0xff000000),TRUE,,ThemeConstantsType::COLOR,Color(0xfff1f3f5),…
21 …3,3,ThemeConstantsType::COLOR,Color(0xffffffff),TRUE,,ThemeConstantsType::COLOR,Color(0xfff1f3f5),…
22 …4,4,ThemeConstantsType::COLOR,Color(0xff0a59f7),TRUE,,ThemeConstantsType::COLOR,Color(0xff266efb),…
24 …6,6,ThemeConstantsType::COLOR,Color(0xffe84026),TRUE,,ThemeConstantsType::COLOR,Color(0xffe84026),…
25 …7,7,ThemeConstantsType::COLOR,Color(0xffed6f21),TRUE,,ThemeConstantsType::COLOR,Color(0xffed6f21),…
26 …8,8,ThemeConstantsType::COLOR,Color(0xffe84026),TRUE,,ThemeConstantsType::COLOR,Color(0xffe84026),…
27 …9,9,ThemeConstantsType::COLOR,Color(0xff64bb5c),TRUE,,ThemeConstantsType::COLOR,Color(0xff64bb5c),…
243 …900,ThemeConstantsType::COLOR,Color(0xffffffff),TRUE,,ThemeConstantsType::COLOR,Color(0xff202020),…
602 …,3,2803,ThemeConstantsType::COLOR,Color(0x08000000),,,ThemeConstantsType::COLOR,Color(0x33FFFFFF),…
681 …E,,3200,ThemeConstantsType::COLOR,Color(0xff000000),,,ThemeConstantsType::COLOR,Color(0xffffffff),…
[all …]
H A Dtheme_style.h47 COLOR = 0, enumerator
71 ThemeConstantsType type { ThemeConstantsType::COLOR };
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/js/sensor/
H A DColorJsunit.test.js81 sensor.on(sensor.SensorId.COLOR, callback);
83 sensor.off(sensor.SensorId.COLOR);
122 sensor.off(sensor.SensorId.COLOR);
166 sensor.off(sensor.SensorId.COLOR);
204 sensor.off(sensor.SensorId.COLOR);
275 sensor.on(sensor.SensorId.COLOR, callback);
276 sensor.on(sensor.SensorId.COLOR, callback2);
278 sensor.off(sensor.SensorId.COLOR);
315 sensor.on(sensor.SensorId.COLOR, callback);
316 sensor.on(sensor.SensorId.COLOR, callback2);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-sensor-service-kit/
H A Djs-apis-sensor-sys.md20 ### COLOR<sup>10+</sup>
34 | type | [SensorId](#sensorid9).COLOR | 是 | 传感器类型,该值固定为SensorId.COLOR。 …
60 sensor.off(sensor.SensorId.COLOR);
117 ### COLOR<sup>10+</sup>
131 | type | [SensorId](#sensorid9).COLOR | 是 | 传感器类型,该值固定为SensorId.COLOR。 …
158 sensor.on(sensor.SensorId.COLOR, callback1);
159 sensor.on(sensor.SensorId.COLOR, callback2);
161 sensor.off(sensor.SensorId.COLOR, callback1);
162 // 取消注册SensorId.COLOR的所有回调
163 sensor.off(sensor.SensorId.COLOR);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Djs-apis-sensor-sys.md20 ### COLOR<sup>10+</sup>
34 …ype | [SensorId](#sensorid9).COLOR | Yes | Sensor type. The value is fix…
55 sensor.on(sensor.SensorId.COLOR, (data: sensor.ColorResponse) => {
60 sensor.off(sensor.SensorId.COLOR);
117 ### COLOR<sup>10+</sup>
131 …ype | [SensorId](#sensorid9).COLOR | Yes | Sensor type. The value is fix…
158 sensor.on(sensor.SensorId.COLOR, callback1);
159 sensor.on(sensor.SensorId.COLOR, callback2);
161 sensor.off(sensor.SensorId.COLOR, callback1);
162 // Unsubscribe from all callbacks of the SensorId.COLOR type.
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h31 COLOR, enumerator
72 maskImageType_ = MaskImageType::COLOR; in SetMaskImage()
120 return maskImageType_ == MaskImageType::COLOR; in IsColorGradient()
125 return lastMaskImageType_ == MaskImageType::COLOR; in IsLastColorGradient()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp28 … { THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffff00) } },
48 { STATE_NORMAL, { .type = ThemeConstantsType::COLOR, .value = Color(0x0c000000) } },
49 { STATE_PRESSED, { .type = ThemeConstantsType::COLOR, .value = Color(0x19000000) } },
54 { 117440511, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
55 { 117440512, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
60 { 117441012, { .type = ThemeConstantsType::COLOR, .value = Color(0xff5434ff) } },
64 { "sys.color.test_color", { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp28 … { THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffff00) } },
48 { STATE_NORMAL, { .type = ThemeConstantsType::COLOR, .value = Color(0x0c000000) } },
49 { STATE_PRESSED, { .type = ThemeConstantsType::COLOR, .value = Color(0x19000000) } },
54 { 117440511, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
55 { 117440512, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
60 { 117441012, { .type = ThemeConstantsType::COLOR, .value = Color(0xff5434ff) } },
64 { "sys.color.test_color", { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/utility/
H A DArkResourcesHelper.ts17 static COLOR: number = 10001;
30 type = ArkResourcesHelper.COLOR;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifiers_def.in63 DECLARE_ANIMATABLE_MODIFIER(ForegroundColor, Color, FOREGROUND_COLOR, Add, Foreground, COLOR)
65 DECLARE_ANIMATABLE_MODIFIER(BackgroundColor, Color, BACKGROUND_COLOR, Add, Background, COLOR)
81 DECLARE_ANIMATABLE_MODIFIER(BorderColor, Vector4<Color>, BORDER_COLOR, Replace, Foreground, COLOR)
91 DECLARE_ANIMATABLE_MODIFIER(OutlineColor, Vector4<Color>, OUTLINE_COLOR, Replace, Foreground, COLOR)
129 DECLARE_ANIMATABLE_MODIFIER(ShadowColor, Color, SHADOW_COLOR, Replace, Background, COLOR)
189 DECLARE_ANIMATABLE_MODIFIER(ColorBlend, Color, COLOR_BLEND, Add, Foreground, COLOR)
251 …ATABLE_MODIFIER(BackgroundBlurMaskColor, Color, BACKGROUND_BLUR_MASK_COLOR, Add, Background, COLOR)
265 …ATABLE_MODIFIER(ForegroundBlurMaskColor, Color, FOREGROUND_BLUR_MASK_COLOR, Add, Foreground, COLOR)
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js23 const COLOR = 0xffffffff; constant
171 drawCut_(pcut, m00, m01, m10, m11, m22, m30, m31, c = COLOR) {
173 c = COLOR;
186 drawCutEx(cid, tmat, c = COLOR) {
195 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) {
215 …drawText(s, size = DRAWTEXT_SIZE, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR)…
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor.h16 #ifndef COLOR
17 #define COLOR macro
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c32 #define COLOR(n) ((n) == NULL ? BLACK : ((n)->key & COLOR_MASK)) macro
33 #define IS_RED(n) (COLOR((n)) == RED)
34 #define IS_BLACK(n) (COLOR((n)) == BLACK)
277 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpBlack()
309 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpRed()
338 RbTreeKey yColor = COLOR(y); in RbTreeDelete()
348 yColor = COLOR(y); in RbTreeDelete()
364 SET_COLOR(y, COLOR(z)); in RbTreeDelete()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-rendering-control-ifelse.md210 Text('Top True, Nested True, positive COLOR Nested ')
213 Text('Top True, Nested False, Negative COLOR Nested ')
220 Text('positive COLOR Nested ')
223 Text('Negative COLOR Nested ')
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H A Dmedialibrary_story_test.cpp196 valuesBucket.Put(COLOR, "black");
225 valuesBucket.Put(COLOR, "black");
228 updateValues.Put(COLOR, "blue");
234 columns.push_back(COLOR);
258 valuesBucket.Put(COLOR, "black");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h40 COLOR, enumerator
256 ShadowType type_ = ShadowType::COLOR;
H A Dblend_mode.h58 COLOR, // hue and saturation of source with luminosity of destination enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp42 const Color COLOR = Color::BLUE; variable
158 model.SetBackgroundColor(COLOR); in __anondabf68f50602()
162 EXPECT_EQ(renderContext->GetBackgroundColor(), COLOR);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-sensor.md3 |新增|NA|类名:sensor;<br>方法or属性:function on(type: SensorId.COLOR, callback: Callback\<ColorResponse>, o…
5 |新增|NA|类名:sensor;<br>方法or属性:function off(type: SensorId.COLOR, callback?: Callback\<ColorResponse>)…
7 |新增|NA|类名:SensorId;<br>方法or属性:COLOR = 14|@ohos.sensor.d.ts|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h48 COLOR, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp175 … stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()
215 …attributes_[attrName] = { .type = ThemeConstantsType::COLOR, .value = Color(attrValue->GetColorVal… in ParseContent()
322 … theme->SetAttr(THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = bgColor }); in GetTheme()
421 resType = Global::Resource::ResourceType::COLOR; in ConvertToGlobalResourceType()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp83 int id = rmc->GetResId("base_only", ResType::COLOR);
105 int id = rmc->GetResId("base_only", ResType::COLOR);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dstory_cover_info_column.h33 const std::string COLOR = "color"; variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h74 COLOR = 14, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h65 COLOR, enumerator

12345