Home
last modified time | relevance | path

Searched refs:hoverAnimatingType_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.h72 return hoverAnimatingType_; in GetHoverAnimatingType()
77 hoverAnimatingType_ = hoverAnimatingType; in SetHoverAnimatingType()
157 HoverAnimationType hoverAnimatingType_ = HoverAnimationType::NONE; variable
H A Dscroll_bar_overlay_modifier.cpp197 if (hoverAnimationType != hoverAnimatingType_) { in StartHoverAnimation()
202 hoverAnimatingType_ = hoverAnimationType; in StartHoverAnimation()
205 if (hoverAnimatingType_ == HoverAnimationType::GROW) { in StartHoverAnimation()
207 } else if (hoverAnimatingType_ == HoverAnimationType::SHRINK) { in StartHoverAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_animation_test_ng.cpp75 EXPECT_EQ(modifer.hoverAnimatingType_, hoverType);
97 EXPECT_EQ(modifer.hoverAnimatingType_, hoverType);