Searched refs:getDeltaPForY (Results 1 – 3 of 3) sorted by relevance
250 float deltaP = mLayoutAlgorithm.getDeltaPForY(mFlingDownY, mScroller.getCurrY()); in computeScroll()
287 float deltaP = layoutAlgorithm.getDeltaPForY(mDownY, y); in handleTouchEvent()
1040 public float getDeltaPForY(int downY, int y) { in getDeltaPForY() method in TaskStackLayoutAlgorithm