Home
last modified time | relevance | path

Searched refs:animateScroll (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java196 animateScroll(newScroll, null /* postScrollRunnable */); in animateBoundScroll()
202 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller
205 animateScroll(newScroll, duration, postRunnable); in animateScroll()
209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller
DTaskStackView.java2002 mStackScroller.animateScroll(mLayoutAlgorithm.mInitialScrollP, null); in onBusEvent()
2348 mStackScroller.animateScroll(targetScroll, in launchTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java372 private Runnable mAnimateScroll = this::animateScroll;
1192 animateScroll(); in scrollTo()
1232 animateScroll();
1477 animateScroll(); in onScrollTouch()
1490 animateScroll(); in onScrollTouch()
1630 private void animateScroll() { in animateScroll() method in NotificationStackScrollLayout
2348 animateScroll(); in fling()
3240 animateScroll(); in onInterceptTouchEventScroll()
4019 animateScroll(); in performAccessibilityActionInternal()