Home
last modified time | relevance | path

Searched refs:isServiceDetectingGestures (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java318 if (mState.isServiceDetectingGestures()) { in onMotionEvent()
577 if (mState.isServiceDetectingGestures()) { in handleActionDown()
611 if (mState.isServiceDetectingGestures()) { in handleActionDown()
638 if (mState.isServiceDetectingGestures()) { in handleMotionEventStateTouchInteracting()
690 if (mState.isServiceDetectingGestures()) { in handleActionPointerDown()
704 if (mState.isServiceDetectingGestures()) { in handleActionMoveStateTouchInteracting()
847 if (mState.isServiceDetectingGestures() && mState.isTouchInteracting()) { in handleActionUp()
981 if (mState.isServiceDetectingGestures()) { in handleMotionEventStateDragging()
994 if (mState.isServiceDetectingGestures()) { in handleMotionEventStateDragging()
1028 if (mState.isServiceDetectingGestures()) { in handleMotionEventStateDragging()
[all …]
DTouchState.java394 public boolean isServiceDetectingGestures() { in isServiceDetectingGestures() method in TouchState