Searched defs:newScroll (Results 1 – 4 of 4) sorted by relevance
115 … float newScroll = mLayoutAlgorithm.updateFocusStateOnScroll(downP + mLastDeltaP, targetScroll, in setDeltaStackScroll() local126 public void setStackScroll(float newScroll, AnimationProps animation) { in setStackScroll()161 float newScroll = getBoundedStackScroll(curScroll); in boundScroll() local193 float newScroll = getBoundedStackScroll(curScroll); in animateBoundScroll() local202 void animateScroll(float newScroll, final Runnable postRunnable) { in animateScroll()209 void animateScroll(float newScroll, int duration, final Runnable postRunnable) { in animateScroll()
470 final float newScroll = stackScroller.getBoundedStackScroll( in startScrollToFocusedTaskAnimation() local577 final float newScroll = stackLayout.mInitialScrollP; in startNewStackScrollAnimation() local
674 float newScroll = targetStackScroll; in updateFocusStateOnScroll() local
3636 final int newScroll = oldScroll - incrementalDeltaY; in scrollIfNeeded() local