Searched refs:SNAP_SCROLL_DURATION (Results 1 – 1 of 1) sorted by relevance
118 private static final int SNAP_SCROLL_DURATION = 300; field in NumberPicker1557 mFlingScroller.startScroll(0, 0, 0, -mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()1559 mFlingScroller.startScroll(0, 0, 0, mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()