Home
last modified time | relevance | path

Searched refs:animateToTraceFlag_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h982 bool animateToTraceFlag_ = false; variable
H A Dscrollable_pattern.cpp1304 if (animateToTraceFlag_) { in OnAnimateFinish()
1305 animateToTraceFlag_ = false; in OnAnimateFinish()
1385 if (NearEqual(offset, lastPosition_, 1.0) && !animateToTraceFlag_) { in GetScrollDelta()
1386 animateToTraceFlag_ = true; in GetScrollDelta()