Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java165 private int mLastScrollerY; field in NestedScrollView
1390 mLastScrollerY = getScrollY(); in smoothScrollBy()
1511 int dy = y - mLastScrollerY; in computeScroll()
1544 mLastScrollerY = y; in computeScroll()
1552 mLastScrollerY = 0; in computeScroll()
1823 mLastScrollerY = getScrollY(); in fling()