Home
last modified time | relevance | path

Searched refs:hoverColor_ (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dblock_component.h83 return hoverColor_; in GetHoverColor()
88 hoverColor_ = color; in SetHoverColor()
92 Color hoverColor_;
H A Drender_block.h41 return hoverColor_; in GetHoverColor()
46 hoverColor_ = hoverColor; in SetHoverColor()
114 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h109 hoverColor_ = hoverColor; in SetHoverColor()
114 return hoverColor_; in GetHoverColor()
126 Color hoverColor_; variable
H A Dtool_bar_theme.h83 … theme->hoverColor_ = toolbarPattern->GetAttr<Color>("item_hover_color", Color(0x0c000000)); in ParsePattern()
133 return hoverColor_; in GetHoverColor()
162 Color hoverColor_; variable
H A Drender_tool_bar_item.cpp205 CreateColorAnimation(colorAnimationExit_, hoverColor_, Color::TRANSPARENT, false); in OnMouseHoverExitTest()
206 if (hoverColor_ == mouseHoverColor_) { in OnMouseHoverExitTest()
241 toolBarItem->hoverColor_ = value; in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h67 SetBoardColor(LinearColor(hoverColor_), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
70 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
73 … SetBoardColor(LinearColor(hoverColor_.BlendOpacity(0)), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
155 hoverColor_ = hoverColor; in SetHoverColor()
258 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h63 theme->hoverColor_ = pattern->GetAttr<Color>("grid_item_hover_color", Color::WHITE); in ParsePattern()
78 return hoverColor_; in GetGridItemHoverColor()
118 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_theme.h72 theme->hoverColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_HOVERED, Color()); in ParsePattern()
79 return hoverColor_; in GetHoverColor()
118 Color hoverColor_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h56 SetBoardColor(LinearColor(hoverColor_), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
59 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
62 … SetBoardColor(LinearColor(hoverColor_.BlendOpacity(0)), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
212 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_theme.h61 theme->hoverColor_ = Color::BLACK; in Build()
103 theme->hoverColor_ = pattern->GetAttr<Color>("hover_color", Color::BLACK); in ParsePattern()
139 return hoverColor_; in GetHoverColor()
231 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h55 SetBoardColor(LinearColor(hoverColor_), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
58 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
61 … SetBoardColor(LinearColor(hoverColor_.BlendOpacity(0)), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
268 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h245 hoverColor_ = hoverColor; in SetHoverColor()
250 return hoverColor_; in GetHoverColor()
313 Color hoverColor_; variable
H A Drating_theme.h70 … theme->hoverColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_HOVERED, STAR_HOVER_COLOR); in Build()
178 return hoverColor_; in GetHoverColor()
230 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h96 hoverColor_ = hoverColor; in SetHoverColor()
101 return hoverColor_; in GetHoverColor()
180 Color hoverColor_; variable
258 theme->hoverColor_ = checkboxPattern->GetAttr<Color>("hover_border_color", Color::RED); in ParsePattern()
356 theme->hoverColor_ = switchPattern->GetAttr<Color>("hover_border_color", Color::RED); in ParsePattern()
463 theme->hoverColor_ = radioPattern->GetAttr<Color>("hover_border_color", Color::RED); in ParsePattern()
H A Dcheckable_component.h262 hoverColor_ = hoverColor; in SetHoverColor()
267 return hoverColor_; in GetHoverColor()
327 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h82 theme->hoverColor_ = pattern->GetAttr<Color>("search_hover_color", Color()); in ParsePattern()
127 return hoverColor_; in GetHoverColor()
269 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h80 theme->hoverColor_ = pattern->GetAttr<Color>("item_hover_color", Color::WHITE); in ParsePattern()
250 return hoverColor_; in GetItemHoverColor()
312 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_paint_method.cpp52 patternlockModifier_->SetHoverColor(hoverColor_); in UpdateContentModifier()
83 hoverColor_ = patternLockTheme->GetHoverColor(); in GetThemeProp()
H A Dpatternlock_paint_method.h71 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h194 theme->hoverColor_ = hoverColor_; in clone()
413 return hoverColor_; in GetHoverColor()
514 Color hoverColor_; variable
H A Dpicker_theme.cpp87 theme->hoverColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_HOVERED, theme->hoverColor_); in Parse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h128 return hoverColor_; in GetHoverColor()
316 theme->hoverColor_ = appBarPattern->GetAttr<Color>("hover_color", Color()); in initColorParameters()
345 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dadvanced_pattern_theme.h67 theme->hoverColor_ = advancedPattern->GetAttr<Color>("color_hover", Color()); in ParseColorPattern()
152 return hoverColor_; in GetHoverColor()
351 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h124 … theme->hoverColor_ = swiperPattern->GetAttr<Color>("indicator_color_hover", Color::TRANSPARENT); in ParsePattern()
179 return hoverColor_; in GetHoverColor()
415 Color hoverColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp98 hoverColor_ = radioTheme->GetHoverColor(); in InitializeParam()
109 SetBoardColor(LinearColor(hoverColor_), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()
112 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
115 … SetBoardColor(LinearColor(hoverColor_.BlendOpacity(0)), hoverDuration_, Curves::FRICTION); in UpdateAnimatableProperty()

123