Searched refs:motionViewPrevTop (Results 1 – 1 of 1) sorted by relevance
3728 int motionViewPrevTop = 0; in scrollIfNeeded() local3731 motionViewPrevTop = motionView.getTop(); in scrollIfNeeded()3750 (motionViewRealTop - motionViewPrevTop); in scrollIfNeeded()4514 int motionViewPrevTop = 0; in onGenericMotionEvent() local4517 motionViewPrevTop = motionView.getTop(); in onGenericMotionEvent()4536 float overscroll = (delta - (motionViewRealTop - motionViewPrevTop)) in onGenericMotionEvent()