Searched refs:PRESS_COLOR (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_radio.cpp | 27 constexpr uint32_t PRESS_COLOR = 0x19000000; variable 226 width_, height_), Radius(height_ * HALF)), PRESS_COLOR, dipScale); in DrawTouchBoard()
|
H A D | rosen_render_switch.cpp | 33 constexpr uint32_t PRESS_COLOR = 0x19000000; variable 454 width_, height_), Radius(NormalizeToPx(PRESS_BORDER_RADIUS))), PRESS_COLOR, dipScale); in PaintTouchBoard()
|
H A D | rosen_render_checkbox.cpp | 48 constexpr uint32_t PRESS_COLOR = 0x19000000; variable 565 width_, height_), Radius(NormalizeToPx(PRESS_BORDER_RADIUS))), PRESS_COLOR, dipScale); in DrawTouchBoard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 28 const Color PRESS_COLOR(0x19000000); variable 41 pressDecoration_->SetBackgroundColor(PRESS_COLOR); in RenderPickerOption()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.h | 58 const Color PRESS_COLOR = Color::BLACK; variable
|
H A D | list_test_ng.cpp | 44 listItemTheme->pressColor_ = PRESS_COLOR; in SetUpTestSuite()
|
H A D | list_layout_test_ng.cpp | 1160 EXPECT_EQ(itemPattern->GetBlendGgColor(), PRESS_COLOR); 1165 EXPECT_EQ(itemPattern->GetBlendGgColor(), PRESS_COLOR);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 41 constexpr uint32_t PRESS_COLOR = 0x19000000; variable
|
H A D | rosen_render_rating.cpp | 265 boardSize.Width(), boardSize.Height()), Radius(rRectRadius)), PRESS_COLOR, dipScale); in PaintPress()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/ |
H A D | segmentbutton.ets | 38 PRESS_COLOR: ResourceColor, 53 PRESS_COLOR: $r('sys.color.ohos_id_color_click_effect'), 598 pressColor: ResourceColor = segmentButtonTheme.PRESS_COLOR
|