Searched defs:animateScroll (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java196 animateScroll(newScroll, null /* postScrollRunnable */);
202 void animateScroll(float newScroll, final Runnable postRunnable) { method in class:TaskStackViewScroller
205 animateScroll(newScroll, duration, postRunnable);
209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { method in class:TaskStackViewScroller
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java372 private Runnable mAnimateScroll = this::animateScroll;
1192 animateScroll();
1232 animateScroll();
1477 animateScroll();
1490 animateScroll();
1630 private void animateScroll() { method in class:NotificationStackScrollLayout
2348 animateScroll();
3240 animateScroll();
4019 animateScroll();

Completed in 78 milliseconds