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()296 float curScrollP = mDownScrollP + deltaP; in handleTouchEvent()308 mDownScrollP += mScroller.setDeltaStackScroll(mDownScrollP, in handleTouchEvent()309 curScrollP - mDownScrollP); in handleTouchEvent()328 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()344 float minY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()346 float maxY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()348 mScroller.fling(mDownScrollP, mDownY, y, velocity, (int) minY, (int) maxY, in handleTouchEvent()