/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 29 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 D | rosen_render_drag_bar.cpp | 33 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 D | rosen_render_radio.cpp | 28 constexpr uint32_t HOVER_COLOR = 0x0C000000; variable 236 …RosenUniversalPainter::DrawHoverBackground(canvas, Rect(offset, hoverSize), HOVER_COLOR, height_ *… in DrawHoverBoard()
|
H A D | rosen_render_switch.cpp | 34 constexpr uint32_t HOVER_COLOR = 0x0C000000; variable 464 RosenUniversalPainter::DrawHoverBackground(canvas, Rect(offset, hoverSize), HOVER_COLOR, in PaintHoverBoard()
|
H A D | rosen_render_checkbox.cpp | 49 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 D | list_test_ng.h | 57 const Color HOVER_COLOR = Color::RED; variable
|
H A D | list_test_ng.cpp | 43 listItemTheme->hoverColor_ = HOVER_COLOR; in SetUpTestSuite()
|
H A D | list_layout_test_ng.cpp | 1155 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 D | patternlock_test_ng.cpp | 58 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 D | checkboxgroup_paint_property_test_ng.cpp | 71 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 D | checkboxgroup_test_ng.cpp | 87 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 D | segmentbutton.ets | 37 HOVER_COLOR: ResourceColor, 52 HOVER_COLOR: $r('sys.color.ohos_id_color_hover'), 908 this.hoverColorArray[index].hoverColor = (segmentButtonTheme.HOVER_COLOR)
|