Searched refs:getScroller (Results 1 – 4 of 4) sorted by relevance
822 if (mRecentsView.getScroller().getDuration() > MAX_SWIPE_DURATION) { in handleNormalGestureEnd()825 duration = Math.max(duration, mRecentsView.getScroller().getDuration()); in handleNormalGestureEnd()834 duration = Math.max(duration, mRecentsView.getScroller().getDuration()); in handleNormalGestureEnd()
169 launcher.<RecentsView>getOverviewPanel().getScroller().forceFinished(true); in prepareToAnimate()
381 duration = Math.max(duration, mRecentsView.getScroller().getDuration()); in finishAnimationTargetSet()
361 public OverScroller getScroller() { in getScroller() method in RecentsView