Searched refs:mMotionCorrection (Results 1 – 2 of 2) sorted by relevance
455 int mMotionCorrection; field in AbsListView3645 mMotionCorrection = 0; in startScrollIfNeeded()3648 mMotionCorrection = deltaY > 0 ? mTouchSlop : -mTouchSlop; in startScrollIfNeeded()3674 rawDeltaY -= mMotionCorrection; in scrollIfNeeded()3856 mMotionCorrection = 0; in scrollIfNeeded()4035 mMotionCorrection = 0; in onTouchEvent()4075 mMotionCorrection = 0; in onTouchDown()4088 mMotionCorrection = 0; in onTouchDown()4777 mMotionCorrection = 0; in onInterceptTouchEvent()4860 mMotionCorrection = 0; in onSecondaryPointerUp()
65170 Landroid/widget/AbsListView;->mMotionCorrection:I