Home | History | Annotate | Download | only in widget

Lines Matching refs:finished

139      * Returns whether the scroller has finished scrolling.
141 * @return True if the scroller has finished scrolling, false otherwise.
148 * Force the finished field to a particular value. Contrary to
149 * {@link #abortAnimation()}, forcing the animation to finished
153 * @param finished The new finished value.
155 public final void forceFinished(boolean finished) {
156 mScrollerX.mFinished = mScrollerY.mFinished = finished;
294 * animation is not yet finished.