Searched refs:GetHoverAnimationDuration (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_theme.h | 80 int32_t GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
H A D | grid_item_pattern.cpp | 183 renderContext, hoverColor, theme->GetHoverAnimationDuration(), Curves::FRICTION); in HandleHoverEvent() 217 …ration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDuration(); in HandlePressEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 255 Animation(renderContext, hoverColor, theme->GetHoverAnimationDuration(), Curves::FRICTION); in ButtonOnHover() 258 … Animation(renderContext, backgroundColor, theme->GetHoverAnimationDuration(), Curves::FRICTION); in ButtonOnHover() 320 Animation(renderContext, pressColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress() 328 … Animation(renderContext, backgroundColor, theme->GetHoverAnimationDuration(), Curves::SHARP); in ButtonOnPress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.h | 175 auto hoverDuration = static_cast<int32_t>(ratingTheme->GetHoverAnimationDuration()); in SetHoverState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_theme.h | 196 double GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_theme.h | 256 int32_t GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_theme.h | 260 int32_t GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_theme.h | 248 double GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.cpp | 1018 renderContext, hoverColor, theme->GetHoverAnimationDuration(), Curves::FRICTION); in HandleHoverEvent() 1050 …ration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDuration(); in HandlePressEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 167 option.SetDuration(selectTheme_->GetHoverAnimationDuration()); in PlayBgColorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 747 int32_t GetHoverAnimationDuration() const in GetHoverAnimationDuration() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.cpp | 391 : static_cast<int32_t>(theme->GetHoverAnimationDuration()); in SetBoardColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 272 option.SetDuration(selectTheme->GetHoverAnimationDuration()); in PlayBgColorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 987 option.SetDuration(theme->GetHoverAnimationDuration()); in PlayBgColorAnimation()
|