/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | toggle_button_test_ng.cpp | 49 constexpr Color BACKGROUND_COLOR = Color(0XFFFF0000); member 120 testProperty.backgroundColor = std::make_optional(BACKGROUND_COLOR); in HWTEST_F() 142 EXPECT_EQ(paintProperty->GetBackgroundColor(), BACKGROUND_COLOR); in HWTEST_F() 158 testProperty.backgroundColor = std::make_optional(BACKGROUND_COLOR); in HWTEST_F() 207 paintProperty->UpdateBackgroundColor(BACKGROUND_COLOR); in HWTEST_F() 391 ToggleButtonModelNG::SetBackgroundColor(BACKGROUND_COLOR, true); in HWTEST_F() 393 EXPECT_EQ(context->GetBackgroundColorValue(), BACKGROUND_COLOR); in HWTEST_F() 394 ToggleButtonModelNG::SetBackgroundColor(BACKGROUND_COLOR, false); in HWTEST_F() 395 EXPECT_EQ(context->GetBackgroundColorValue(), BACKGROUND_COLOR); in HWTEST_F() 398 toggleButtonModelNG.SetBackgroundColor(AceType::RawPtr(buttonNode), BACKGROUND_COLOR); in HWTEST_F() local 400 toggleButtonModelNG.SetBackgroundColor(AceType::RawPtr(toggleNode), BACKGROUND_COLOR); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 51 BACKGROUND_COLOR, member in OHOS::Rosen::RSPropertyDrawableSlot 95 BG_PROPERTIES_BEGIN = BACKGROUND_COLOR,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 56 RSDrawableSlot::BACKGROUND_COLOR, // BACKGROUND_COLOR 80 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_RATES 81 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_SATURATION 82 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_POSCOEFF 83 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_NEGCOEFF 84 RSDrawableSlot::BACKGROUND_COLOR, // BG_BRIGHTNESS_FRACTION 217 RSBackgroundColorDrawable::OnGenerate, // BACKGROUND_COLOR, 467 RSDrawableSlot::BACKGROUND_COLOR, 484 RSDrawableSlot::BACKGROUND_COLOR, [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 83 { RSModifierType::BACKGROUND_COLOR, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 84 { RSModifierType::BG_BRIGHTNESS_RATES, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 85 { RSModifierType::BG_BRIGHTNESS_SATURATION, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 86 { RSModifierType::BG_BRIGHTNESS_POSCOEFF, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 87 { RSModifierType::BG_BRIGHTNESS_NEGCOEFF, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 88 { RSModifierType::BG_BRIGHTNESS_FRACTION, RSPropertyDrawableSlot::BACKGROUND_COLOR }, 221 RSBackgroundColorDrawable::Generate, // BACKGROUND_COLOR
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/ |
H A D | common.h | 50 const GLfloat BACKGROUND_COLOR[] = {0.0f / 255, 0.0f / 255, 255.0f / 255, 1.0f}; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 25 FUNCTION("backgroundColor", BACKGROUND_COLOR) \
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 50 BACKGROUND_COLOR, member in OHOS::Rosen::RSDrawableSlot
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 52 BACKGROUND_COLOR, member in OHOS::Rosen::RSModifierType 235 case RSModifierType::BACKGROUND_COLOR: return "BackgroundColor"; in GetModifierTypeString()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.h | 115 BACKGROUND_COLOR,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_showing_properties_freezer.cpp | 153 return GetPropertyImpl<Color, RSModifierType::BACKGROUND_COLOR>(); in GetBackgroundColor()
|
H A D | rs_modifier_extractor.cpp | 161 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(Color, BACKGROUND_COLOR, RgbPalette::Transparent(), =); in GetBackgroundColor()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 54 const std::string BACKGROUND_COLOR = "accessibility_background_color"; member 522 datashare_->PutIntValue(BACKGROUND_COLOR, static_cast<int32_t>(captionProperty_.GetBackgroundColor())); in SetCaptionProperty() 804 uint32_t backgroundColor = static_cast<uint32_t>(datashare_->GetIntValue(BACKGROUND_COLOR, DEFAULT_COLOR)); in InitCaption()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | constants.cpp | 255 const char BACKGROUND_COLOR[] = "color"; member
|
H A D | constants.h | 258 extern const char BACKGROUND_COLOR[];
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 204 if (!ExecuteDraw(position, BACKGROUND_COLOR, BACKGROUND_RECTANGLE_VERTICES,
in Draw()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 114 RSPropertyDrawableSlot::BACKGROUND_COLOR, in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 54 KEYWORD(BACKGROUND_COLOR, backgroundColor) // chart line color
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 82 BACKGROUND_COLOR: { 251 this.backgroundColor = options.backgroundColor ?? e1.BACKGROUND_COLOR; 415 Stack.backgroundColor(this.options.backgroundColor ?? e1.BACKGROUND_COLOR); 2364 Stack.backgroundColor(this.options.backgroundColor ?? e1.BACKGROUND_COLOR);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_test_ng.cpp | 51 constexpr Color BACKGROUND_COLOR = Color(0XFFFF0000); member 223 toggleModelNG.SetBackgroundColor(BACKGROUND_COLOR, true); in HWTEST_F() 239 EXPECT_EQ(paintProperty->GetBackgroundColor(), BACKGROUND_COLOR); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1960 auto bgDirty = dirtySlots_.count(RSDrawableSlot::BACKGROUND_COLOR) || in CheckBlurFilterCacheNeedForceClearOrSave() 2023 auto hasBackground = drawableVec_[static_cast<int32_t>(RSDrawableSlot::BACKGROUND_COLOR)] || in UpdateFilterCacheWithBackgroundDirty() 2655 // Update index of BACKGROUND_COLOR in UpdateDisplayList() 2656 stagingDrawCmdIndex_.backgroundColorIndex_ = AppendDrawFunc(RSDrawableSlot::BACKGROUND_COLOR); in UpdateDisplayList()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1195 SetProperty<RSBackgroundColorModifier, RSAnimatableProperty<Color>>(RSModifierType::BACKGROUND_COLOR, color); in SetBackgroundColor()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4357 RSModifierType::BACKGROUND_COLOR, Color(), Color(0xFF00FF00)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 3405 auto backgroundColorValue = menuOptions->GetProperty(static_cast<int32_t>(ArkUIIndex::BACKGROUND_COLOR)); in ParseMenuParam()
|