Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h465 nestedScrolling_ = nestedScrolling; in SetNestedScrolling()
470 return nestedScrolling_; in GetNestedScrolling()
596 bool nestedScrolling_ = false; variable
H A Dscrollable.cpp252 isDragging_, nestedScrolling_, nodeId_, nodeTag_.c_str()); in HandleTouchUp()
257 if (nestedScrolling_) { in HandleTouchUp()
293 && isSnapAnimationStop_ && isSnapScrollAnimationStop_ && !nestedScrolling_; in Idle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1327 scrollable->nestedScrolling_ = true;
1334 scrollable->nestedScrolling_ = false;
1337 scrollable->nestedScrolling_ = false;
1363 scrollable->nestedScrolling_ = false;