Home
last modified time | relevance | path

Searched defs:withNestedScrolling (Results 1 – 1 of 1) sorted by relevance

/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java1837 private void smoothScrollBy(int dx, int dy, int scrollDurationMs, boolean withNestedScrolling) { in smoothScrollBy()
1892 void smoothScrollTo(int x, int y, boolean withNestedScrolling) { in smoothScrollTo()
1905 void smoothScrollTo(int x, int y, int scrollDurationMs, boolean withNestedScrolling) { in smoothScrollTo()