/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme.csv | 18 …,,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 D | theme_style.h | 47 COLOR = 0, enumerator 71 ThemeConstantsType type { ThemeConstantsType::COLOR };
|
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/js/sensor/ |
H A D | ColorJsunit.test.js | 81 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 D | js-apis-sensor-sys.md | 20 ### 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 D | js-apis-sensor-sys.md | 20 ### 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 D | mask.h | 31 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 D | theme_mock.cpp | 28 … { 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 D | theme_mock.cpp | 28 … { 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 D | ArkResourcesHelper.ts | 17 static COLOR: number = 10001; 30 type = ArkResourcesHelper.COLOR;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifiers_def.in | 63 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 D | X2DFast.js | 23 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 D | color.h | 16 #ifndef COLOR 17 #define COLOR macro
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 32 #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 D | arkts-rendering-control-ifelse.md | 210 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 D | medialibrary_story_test.cpp | 196 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 D | shadow.h | 40 COLOR, enumerator 256 ShadowType type_ = ShadowType::COLOR;
|
H A D | blend_mode.h | 58 COLOR, // hue and saturation of source with luminosity of destination enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/ |
H A D | counter_test_ng.cpp | 42 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 D | js-apidiff-sensor.md | 3 |新增|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 D | testing_enums.h | 48 COLOR, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 175 … 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 D | theme_manager_test.cpp | 83 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 D | story_cover_info_column.h | 33 const std::string COLOR = "color"; variable
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 74 COLOR = 14, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 65 COLOR, enumerator
|