Searched refs:mPreviousScrollerY (Results 1 – 1 of 1) sorted by relevance
352 private int mPreviousScrollerY; field in NumberPicker1094 if (mPreviousScrollerY == 0) { in computeScroll()1095 mPreviousScrollerY = scroller.getStartY(); in computeScroll()1097 scrollBy(0, currentScrollerY - mPreviousScrollerY); in computeScroll()1098 mPreviousScrollerY = currentScrollerY; in computeScroll()1741 mPreviousScrollerY = 0; in changeValueByOne()1812 mPreviousScrollerY = 0; in fling()2149 mPreviousScrollerY = 0; in ensureScrollWheelAdjusted()