Searched refs:getScroller (Results 1 – 2 of 2) sorted by relevance
1417 if (mRecentsView.getScroller().getDuration() > MAX_SWIPE_DURATION) {1422 duration = Math.max(duration, mRecentsView.getScroller().getDuration());
937 public OverScroller getScroller() { in getScroller() method in RecentsView