Searched refs:deltaP (Results 1 – 3 of 3) sorted by relevance
125 public float setDeltaStackScroll(float downP, float deltaP) { in setDeltaStackScroll() argument126 float targetScroll = downP + deltaP; in setDeltaStackScroll()130 mLastDeltaP = deltaP; in setDeltaStackScroll()316 float deltaP = mLayoutAlgorithm.getDeltaPForY(mFlingDownY, mScroller.getCurrY()); in computeScroll() local317 mFlingDownScrollP += setDeltaStackScroll(mFlingDownScrollP, deltaP); in computeScroll()319 Log.d(TAG, "computeScroll: " + (mFlingDownScrollP + deltaP)); in computeScroll()
291 float deltaP = layoutAlgorithm.getDeltaPForY(mDownY, y); in handleTouchEvent() local296 float curScrollP = mDownScrollP + deltaP; in handleTouchEvent()
1011 float deltaP = (float) (y - downY) / mStackRect.height() * in getDeltaPForY() local1013 return -deltaP; in getDeltaPForY()