Searched refs:mDownScrollP (Results 1 – 1 of 1) sorted by relevance
82 float mDownScrollP; field in TaskStackViewTouchHandler237 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()252 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()295 float curScrollP = mDownScrollP + deltaP; in handleTouchEvent()307 mDownScrollP += mScroller.setDeltaStackScroll(mDownScrollP, in handleTouchEvent()308 curScrollP - mDownScrollP); in handleTouchEvent()327 mDownScrollP = mScroller.getStackScroll(); in handleTouchEvent()343 float minY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()345 float maxY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP, in handleTouchEvent()347 mScroller.fling(mDownScrollP, mDownY, y, velocity, (int) minY, (int) maxY, in handleTouchEvent()