Home
last modified time | relevance | path

Searched refs:GetHoverToPressAnimationDuration (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h84 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
H A Dgrid_item_pattern.cpp217 …auto duration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDur… in HandlePressEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h260 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h264 int32_t GetHoverToPressAnimationDuration() const in GetHoverToPressAnimationDuration() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp317 … Animation(renderContext, pressColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()
325 … Animation(renderContext, hoverColor, theme->GetHoverToPressAnimationDuration(), Curves::SHARP); in ButtonOnPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp1050 …auto duration = isHover_ ? theme->GetHoverToPressAnimationDuration() : theme->GetHoverAnimationDur… in HandlePressEvent()