Home
last modified time | relevance | path

Searched defs:newScroll (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java115 … float newScroll = mLayoutAlgorithm.updateFocusStateOnScroll(downP + mLastDeltaP, targetScroll, in setDeltaStackScroll() local
126 public void setStackScroll(float newScroll, AnimationProps animation) { in setStackScroll()
161 float newScroll = getBoundedStackScroll(curScroll); in boundScroll() local
193 float newScroll = getBoundedStackScroll(curScroll); in animateBoundScroll() local
202 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll()
209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll()
DTaskStackAnimationHelper.java470 final float newScroll = stackScroller.getBoundedStackScroll( in startScrollToFocusedTaskAnimation() local
577 final float newScroll = stackLayout.mInitialScrollP; in startNewStackScrollAnimation() local
DTaskStackLayoutAlgorithm.java674 float newScroll = targetStackScroll; in updateFocusStateOnScroll() local
/frameworks/base/core/java/android/widget/
DAbsListView.java3636 final int newScroll = oldScroll - incrementalDeltaY; in scrollIfNeeded() local