Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java1138 int currentScrollerY = scroller.getCurrY(); in computeScroll() local
1142 scrollBy(0, currentScrollerY - mPreviousScrollerY); in computeScroll()
1143 mPreviousScrollerY = currentScrollerY; in computeScroll()