Home
last modified time | relevance | path

Searched refs:hoverToPressAnimationDuration_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h86 return hoverToPressAnimationDuration_; in GetHoverToPressAnimationDuration()
120 int32_t hoverToPressAnimationDuration_ = 100; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h87 …theme->hoverToPressAnimationDuration_ = 100; //100: the duration of hover to press animation, unit… in ParsePattern()
262 return hoverToPressAnimationDuration_; in GetHoverToPressAnimationDuration()
315 int32_t hoverToPressAnimationDuration_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h266 return hoverToPressAnimationDuration_; in GetHoverToPressAnimationDuration()
360 int32_t hoverToPressAnimationDuration_ = 100; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp48 listItemTheme->hoverToPressAnimationDuration_ = hoverToPressAnimationDuration; in SetUpTestSuite()