Searched defs:scroller (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/ics/android/support/v4/widget/
H A DScrollerCompatIcs.java25 public static float getCurrVelocity(Scroller scroller) { argument
26 return scroller.getCurrVelocity();
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java402 * The back ground color used to optimize scroller fading.
767 * Move to the final position of a scroller. Ensures to force finish the scroller
771 * @param scroller The scroller to whose final position to get.
772 * @return True of the a move was performed, i.e. the scroller was not in final position.
774 private boolean moveToFinalScrollerPosition(Scroller scroller) { argument
775 scroller.forceFinished(true);
776 int amountToScroll = scroller.getFinalY() - scroller
1616 onScrollerFinished(Scroller scroller) argument
[all...]

Completed in 700 milliseconds