Home
last modified time | relevance | path

Searched refs:isSendMotionEventsEnabled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java395 if (isSendMotionEventsEnabled()) { in onDoubleTapAndHold()
417 if (isSendMotionEventsEnabled()) { in onDoubleTap()
524 if (isSendMotionEventsEnabled()) { in onGestureCancelled()
759 if (isSendMotionEventsEnabled()) { in handleActionMoveStateTouchInteracting()
783 if (isSendMotionEventsEnabled()) { in handleActionMoveStateTouchInteracting()
805 if (isSendMotionEventsEnabled()) { in handleActionMoveStateTouchInteracting()
826 if (isSendMotionEventsEnabled()) { in handleActionMoveStateTouchInteracting()
1330 public boolean isSendMotionEventsEnabled() { in isSendMotionEventsEnabled() method in TouchExplorer
1331 return mGestureDetector.isSendMotionEventsEnabled(); in isSendMotionEventsEnabled()
1607 if (isSendMotionEventsEnabled()) { in run()
DGestureManifold.java429 public boolean isSendMotionEventsEnabled() { in isSendMotionEventsEnabled() method in GestureManifold
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityUserState.java962 public boolean isSendMotionEventsEnabled() { in isSendMotionEventsEnabled() method in AccessibilityUserState
DAbstractAccessibilityServiceConnection.java2558 public boolean isSendMotionEventsEnabled() { in isSendMotionEventsEnabled() method in AbstractAccessibilityServiceConnection
DAccessibilityManagerService.java2952 if (userState.isSendMotionEventsEnabled()) { in updateInputFilter()
3356 sendMotionEvents = service.isSendMotionEventsEnabled(); in updateTouchExplorationLocked()
/frameworks/base/services/
Dart-wear-profile3510 PLcom/android/server/accessibility/AccessibilityUserState;->isSendMotionEventsEnabled()Z