Searched refs:mMotionCorrection (Results 1 – 2 of 2) sorted by relevance
451 int mMotionCorrection; field in AbsListView3637 mMotionCorrection = 0; in startScrollIfNeeded()3640 mMotionCorrection = deltaY > 0 ? mTouchSlop : -mTouchSlop; in startScrollIfNeeded()3666 rawDeltaY -= mMotionCorrection; in scrollIfNeeded()3848 mMotionCorrection = 0; in scrollIfNeeded()4027 mMotionCorrection = 0; in onTouchEvent()4067 mMotionCorrection = 0; in onTouchDown()4080 mMotionCorrection = 0; in onTouchDown()4740 mMotionCorrection = 0; in onInterceptTouchEvent()4823 mMotionCorrection = 0; in onSecondaryPointerUp()
65813 Landroid/widget/AbsListView;->mMotionCorrection:I