Searched refs:mIsDragEvent (Results 1 – 1 of 1) sorted by relevance
45 private boolean mIsDragEvent; field in DragDetector93 if (!mIsDragEvent) { in onMotionEvent()98 mIsDragEvent = Math.hypot(dx, dy) > mTouchSlop; in onMotionEvent()102 if (mIsDragEvent) { in onMotionEvent()123 mIsDragEvent = false; in resetState()