Searched defs:deltaP (Results 1 – 3 of 3) sorted by relevance
113 public float setDeltaStackScroll(float downP, float deltaP) { in setDeltaStackScroll()250 float deltaP = mLayoutAlgorithm.getDeltaPForY(mFlingDownY, mScroller.getCurrY()); in computeScroll() local
287 float deltaP = layoutAlgorithm.getDeltaPForY(mDownY, y); in handleTouchEvent() local
1041 float deltaP = (float) (y - downY) / mStackRect.height() * in getDeltaPForY() local