Searched refs:getScroller (Results 1 – 3 of 3) sorted by relevance
167 launcher.<RecentsView>getOverviewPanel().getScroller().forceFinished(true); in prepareToAnimate()
870 if (mRecentsView.getScroller().getDuration() > MAX_SWIPE_DURATION) { in handleNormalGestureEnd()873 duration = Math.max(duration, mRecentsView.getScroller().getDuration()); in handleNormalGestureEnd()
435 public OverScroller getScroller() { in getScroller() method in RecentsView