Home | History | Annotate | Download | only in common

Lines Matching refs:finished

133      * Returns whether the scroller has finished scrolling.
135 * @return True if the scroller has finished scrolling, false otherwise.
142 * Force the finished field to a particular value. Contrary to
143 * {@link #abortAnimation()}, forcing the animation to finished
147 * @param finished The new finished value.
149 public final void forceFinished(boolean finished) {
150 mScrollerX.mFinished = mScrollerY.mFinished = finished;
288 * animation is not yet finished.