Home
last modified time | relevance | path

Searched refs:PRESS_COLOR (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_radio.cpp27 constexpr uint32_t PRESS_COLOR = 0x19000000; variable
226 width_, height_), Radius(height_ * HALF)), PRESS_COLOR, dipScale); in DrawTouchBoard()
H A Drosen_render_switch.cpp33 constexpr uint32_t PRESS_COLOR = 0x19000000; variable
454 width_, height_), Radius(NormalizeToPx(PRESS_BORDER_RADIUS))), PRESS_COLOR, dipScale); in PaintTouchBoard()
H A Drosen_render_checkbox.cpp48 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 Drender_picker_option.cpp28 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 Dlist_test_ng.h58 const Color PRESS_COLOR = Color::BLACK; variable
H A Dlist_test_ng.cpp44 listItemTheme->pressColor_ = PRESS_COLOR; in SetUpTestSuite()
H A Dlist_layout_test_ng.cpp1160 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 Drender_rating.h41 constexpr uint32_t PRESS_COLOR = 0x19000000; variable
H A Drosen_render_rating.cpp265 boardSize.Width(), boardSize.Height()), Radius(rRectRadius)), PRESS_COLOR, dipScale); in PaintPress()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets38 PRESS_COLOR: ResourceColor,
53 PRESS_COLOR: $r('sys.color.ohos_id_color_click_effect'),
598 pressColor: ResourceColor = segmentButtonTheme.PRESS_COLOR