Searched refs:mMotionCorrection (Results 1 – 2 of 2) sorted by relevance
435 int mMotionCorrection; field in AbsListView3557 mMotionCorrection = 0; in startScrollIfNeeded()3560 mMotionCorrection = deltaY > 0 ? mTouchSlop : -mTouchSlop; in startScrollIfNeeded()3587 rawDeltaY -= mMotionCorrection; in scrollIfNeeded()3765 mMotionCorrection = 0; in scrollIfNeeded()3916 mMotionCorrection = 0; in onTouchEvent()3954 mMotionCorrection = 0; in onTouchDown()3966 mMotionCorrection = 0; in onTouchDown()4512 mMotionCorrection = 0; in onInterceptTouchEvent()4592 mMotionCorrection = 0; in onSecondaryPointerUp()
85956 Landroid/widget/AbsListView;->mMotionCorrection:I