Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java255 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller
262 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll() method in TaskStackViewScroller
267 void animateScroll(float newScroll, int duration, TimeInterpolator interpolator, in animateScroll() method in TaskStackViewScroller
276 private void animateScroll(float newScroll, ObjectAnimator animator, in animateScroll() method in TaskStackViewScroller
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1706 animateScroll(); in animateScroll() method