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 | 2162 mStackScroller.animateScroll(targetScroll, in launchTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 467 animateScroll(); 1632 animateScroll(); 1685 animateScroll(); 1873 private void animateScroll() { 2641 animateScroll(); 3834 animateScroll(); 3852 animateScroll(); 4098 animateScroll(); 4185 animateScroll();
|