Searched refs:DEFAULT_COLOR (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/ |
H A D | checkboxgroup_pattern_test_ng.cpp | 54 const Color DEFAULT_COLOR = Color::BLACK; member 267 theme->inactiveColor_ = DEFAULT_COLOR; in HWTEST_F() 268 theme->pointColor_ = DEFAULT_COLOR; in HWTEST_F() 269 theme->activeColor_ = DEFAULT_COLOR; in HWTEST_F() 278 EXPECT_EQ(paintProperty->GetCheckBoxGroupSelectedColor(), DEFAULT_COLOR); in HWTEST_F() 279 EXPECT_EQ(paintProperty->GetCheckBoxGroupCheckMarkColor(), DEFAULT_COLOR); in HWTEST_F() 280 EXPECT_EQ(paintProperty->GetCheckBoxGroupUnSelectedColor(), DEFAULT_COLOR); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 33 const uint32_t DEFAULT_COLOR = 0xFF000000; member 50 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetRectShape() 51 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLOR); in SetRectShape() 73 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 4, DEFAULT_COLOR); in SetCircleShape() 74 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetCircleShape() 114 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 13, DEFAULT_COLOR); in SetRoundRectShape() 115 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 14, DEFAULT_COLOR); in SetRoundRectShape() 138 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 5, DEFAULT_COLOR); in SetOvalShape() 139 auto strokeColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 6, DEFAULT_COLOR); in SetOvalShape() 163 auto fillColorValue = RenderNodeBridge::GetNumber<uint32_t>(vm, runtimeCallInfo, 2, DEFAULT_COLOR); in SetCommandPathShape() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | toggle_model_ng.cpp | 26 constexpr uint32_t DEFAULT_COLOR = 0xffffffff; member 575 SwitchPaintProperty, SelectedColor, value, frameNode, Color(DEFAULT_COLOR)); in GetSelectedColor() 583 SwitchPaintProperty, SwitchPointColor, value, frameNode, Color(DEFAULT_COLOR)); in GetSwitchPointColor() 640 SwitchPaintProperty, UnselectedColor, value, frameNode, Color(DEFAULT_COLOR)); in GetUnselectedColor()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 25 constexpr uint32_t DEFAULT_COLOR = 0xff000000; member 798 uint32_t fontColor = static_cast<uint32_t>(datashare_->GetIntValue(FONT_COLOR, DEFAULT_COLOR)); in InitCaption() 804 uint32_t backgroundColor = static_cast<uint32_t>(datashare_->GetIntValue(BACKGROUND_COLOR, DEFAULT_COLOR)); in InitCaption() 807 uint32_t windowColor = static_cast<uint32_t>(datashare_->GetIntValue(WINDOW_COLOR, DEFAULT_COLOR)); in InitCaption()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 66 constexpr int DEFAULT_COLOR = 0xffffffff; member 472 Color from(DEFAULT_COLOR); in ParseAnimationColorArray() 476 Color to(DEFAULT_COLOR); in ParseAnimationColorArray() 571 Color fromColor(DEFAULT_COLOR); in ParseColorInitRange() 572 Color toColor(DEFAULT_COLOR); in ParseColorInitRange()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 188 constexpr uint32_t DEFAULT_COLOR = 0xFF000000; // Black member 1698 uint32_t colors[ALLOW_SIZE_4] = { DEFAULT_COLOR, DEFAULT_COLOR, DEFAULT_COLOR, DEFAULT_COLOR }; in SetBorderColor() 3534 uint32_t colors[ALLOW_SIZE_8] = { DEFAULT_TRUE, DEFAULT_COLOR, DEFAULT_TRUE, DEFAULT_COLOR, in SetOutlineColor() 3535 DEFAULT_TRUE, DEFAULT_COLOR, DEFAULT_TRUE, DEFAULT_COLOR }; in SetOutlineColor() 4020 uint32_t resultValue = DEFAULT_COLOR; in GetCaretColor() [all...] |
Completed in 24 milliseconds