Searched refs:isGestureDetecting (Results 1 – 3 of 3) sorted by relevance
321 if (state == GestureMatcher.STATE_GESTURE_STARTED && !mState.isGestureDetecting()) { in onStateChanged()331 } else if (state == GestureMatcher.STATE_GESTURE_CANCELED && mState.isGestureDetecting()) { in onStateChanged()
278 public boolean isGestureDetecting() { in isGestureDetecting() method in TouchState
313 } else if (mState.isGestureDetecting()) { in onMotionEvent()501 if (mState.isGestureDetecting()) { in onGestureCancelled()