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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java115 float newScroll = mLayoutAlgorithm.updateFocusStateOnScroll(downP + mLastDeltaP, targetScroll,
117 setStackScroll(newScroll, AnimationProps.IMMEDIATE);
119 return newScroll - targetScroll;
126 public void setStackScroll(float newScroll, AnimationProps animation) { argument
128 mStackScrollP = newScroll;
161 float newScroll = getBoundedStackScroll(curScroll);
162 if (Float.compare(newScroll, curScroll) != 0) {
163 setStackScroll(newScroll);
193 float newScroll = getBoundedStackScroll(curScroll);
194 if (Float.compare(newScroll, curScrol
202 animateScroll(float newScroll, final Runnable postRunnable) argument
209 animateScroll(float newScroll, int duration, final Runnable postRunnable) argument
[all...]

Completed in 49 milliseconds