Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h253 needCenterFix_ = needFix; in MarkNeedCenterFix()
530 bool needCenterFix_ = false; variable
H A Dscrollable.cpp674 if (frictionOffsetProperty_ && needCenterFix_ && watchFixCallback_) { in FixScrollMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h275 needCenterFix_ = needFix; in MarkNeedCenterFix()
536 bool needCenterFix_ = false; variable
H A Dscrollable.cpp792 if (motion_ && needCenterFix_ && watchFixCallback_) { in FixScrollMotion()