Home
last modified time | relevance | path

Searched refs:HOVER_COLOR (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp29 const Color HOVER_COLOR(0x0C000000); variable
45 hoverDecoration_->SetBackgroundColor(HOVER_COLOR); in RenderPickerOption()
69 hoverDecoration_->SetBackgroundColor(HOVER_COLOR); in Update()
213 CreateMouseAnimation(animation, bgColor, bgColor.BlendColor(HOVER_COLOR)); in ResetHoverAnimation()
218 if (GetEventEffectColor() == bgColor.BlendColor(HOVER_COLOR)) { in ResetHoverAnimation()
259 CreateMouseAnimation(animation, GetEventEffectColor(), bgColor.BlendColor(HOVER_COLOR)); in ResetPressAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drosen_render_drag_bar.cpp33 constexpr uint32_t HOVER_COLOR = 0x0c000000; variable
62 canvas, Rect(offset + alignOffset, size), HOVER_COLOR, NormalizeToPx(HOVER_RADIUS)); in Paint()
94 canvas, Rect(offset + alignOffset, size), HOVER_COLOR, NormalizeToPx(HOVER_RADIUS)); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_radio.cpp28 constexpr uint32_t HOVER_COLOR = 0x0C000000; variable
236 …RosenUniversalPainter::DrawHoverBackground(canvas, Rect(offset, hoverSize), HOVER_COLOR, height_ *… in DrawHoverBoard()
H A Drosen_render_switch.cpp34 constexpr uint32_t HOVER_COLOR = 0x0C000000; variable
464 RosenUniversalPainter::DrawHoverBackground(canvas, Rect(offset, hoverSize), HOVER_COLOR, in PaintHoverBoard()
H A Drosen_render_checkbox.cpp49 constexpr uint32_t HOVER_COLOR = 0x0C000000; variable
576 RosenUniversalPainter::DrawHoverBackground(canvas, Rect(offset, hoverSize), HOVER_COLOR, in DrawHoverBoard()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.h57 const Color HOVER_COLOR = Color::RED; variable
H A Dlist_test_ng.cpp43 listItemTheme->hoverColor_ = HOVER_COLOR; in SetUpTestSuite()
H A Dlist_layout_test_ng.cpp1155 EXPECT_EQ(itemPattern->GetBlendGgColor(), HOVER_COLOR);
1170 EXPECT_EQ(itemPattern->GetBlendGgColor(), HOVER_COLOR);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/
H A Dpatternlock_test_ng.cpp58 const Color HOVER_COLOR = Color::GRAY; variable
1528 patternlockModifier->SetHoverColor(HOVER_COLOR);
1529 EXPECT_EQ(patternlockModifier->hoverColor_->Get(), HOVER_COLOR);
1530 patternlockModifier->SetHoverColor(HOVER_COLOR);
1531 EXPECT_EQ(patternlockModifier->hoverColor_->Get(), HOVER_COLOR);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_property_test_ng.cpp71 const Color HOVER_COLOR = Color::GRAY; variable
113 …CLICK_EFFECT_COLOR, HOVER_COLOR, INACTIVE_POINT_COLOR, HOVER_RADIUS, HORIZONTAL_PADDING, VERTICAL_… in CreateDefModifierParam()
H A Dcheckboxgroup_test_ng.cpp87 const Color HOVER_COLOR = Color::GRAY; variable
127 …CLICK_EFFECT_COLOR, HOVER_COLOR, INACTIVE_POINT_COLOR, HOVER_RADIUS, HORIZONTAL_PADDING, VERTICAL_… in CheckBoxGroupCreateDefModifierParam()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets37 HOVER_COLOR: ResourceColor,
52 HOVER_COLOR: $r('sys.color.ohos_id_color_hover'),
908 this.hoverColorArray[index].hoverColor = (segmentButtonTheme.HOVER_COLOR)