Searched refs:deltaP (Results 1 – 3 of 3) sorted by relevance
113 public float setDeltaStackScroll(float downP, float deltaP) { in setDeltaStackScroll() argument114 float targetScroll = downP + deltaP; in setDeltaStackScroll()118 mLastDeltaP = deltaP; in setDeltaStackScroll()250 float deltaP = mLayoutAlgorithm.getDeltaPForY(mFlingDownY, mScroller.getCurrY()); in computeScroll() local251 mFlingDownScrollP += setDeltaStackScroll(mFlingDownScrollP, deltaP); in computeScroll()253 Log.d(TAG, "computeScroll: " + (mFlingDownScrollP + deltaP)); in computeScroll()
287 float deltaP = layoutAlgorithm.getDeltaPForY(mDownY, y); in handleTouchEvent() local292 float curScrollP = mDownScrollP + deltaP; in handleTouchEvent()
1041 float deltaP = (float) (y - downY) / mStackRect.height() * in getDeltaPForY() local1043 return -deltaP; in getDeltaPForY()