Searched refs:mDownScrollP (Results 1 – 1 of 1) sorted by relevance
83 float mDownScrollP; field in TaskStackViewTouchHandler238 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()253 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()292 float curScrollP = mDownScrollP + deltaP; in handleTouchEvent()301 mDownScrollP += mScroller.setDeltaStackScroll(mDownScrollP, in handleTouchEvent()302 curScrollP - mDownScrollP); in handleTouchEvent()321 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()336 float minY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()338 float maxY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()340 mScroller.fling(mDownScrollP, mDownY, y, velocity, (int) minY, (int) maxY, in handleTouchEvent()