Searched refs:animateScroll (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackViewScroller.java | 232 animateScroll(newScrollP, (int) animator.getDuration(), animator.getInterpolator(), in scrollToClosestTask() 237 animateScroll(newScrollP, 300, Interpolators.ACCELERATE_DECELERATE, in scrollToClosestTask() 249 animateScroll(newScroll, null /* postScrollRunnable */); in animateBoundScroll() 255 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller 258 animateScroll(newScroll, duration, postRunnable); in animateScroll() 262 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller 263 animateScroll(newScroll, duration, Interpolators.LINEAR_OUT_SLOW_IN, postRunnable); in animateScroll() 267 void animateScroll(float newScroll, int duration, TimeInterpolator interpolator, in animateScroll() method in TaskStackViewScroller 272 animateScroll(newScroll, an, postRunnable); in animateScroll() 276 private void animateScroll(float newScroll, ObjectAnimator animator, in animateScroll() method in TaskStackViewScroller
|
D | TaskStackView.java | 2165 mStackScroller.animateScroll(targetScroll, in launchTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 466 animateScroll(); 1675 animateScroll(); 1728 animateScroll(); 1916 private void animateScroll() { 2689 animateScroll(); 3880 animateScroll(); 3898 animateScroll(); 4144 animateScroll(); 4231 animateScroll();
|