Home
last modified time | relevance | path

Searched refs:pullDistance_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_controller.cpp113 pullDistance_ += overDistance / OVER_DISTANCE_SCALE; in ProcessPull()
115 double scaleByPullDistance = SCALE_CALCULATOR_FACTOR * std::sqrt(pullDistance_ * height); in ProcessPull()
154 pullDistance_ = 0.0; in ChangeState()
H A Dscroll_fade_controller.h66 double pullDistance_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_controller.cpp115 pullDistance_ += overDistance / OVER_DISTANCE_SCALE; in ProcessPull()
117 double scaleByPullDistance = SCALE_CALCULATOR_FACTOR * std::sqrt(pullDistance_ * height); in ProcessPull()
156 pullDistance_ = 0.0; in ChangeState()
H A Dscroll_fade_controller.h67 double pullDistance_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_effect_test_ng.cpp454 EXPECT_EQ(fadeController->pullDistance_, 0.0);
456 EXPECT_EQ(fadeController->pullDistance_, 0.0);