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