Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureManifold.java103 private boolean mSendMotionEventsEnabled = false; field in GestureManifold
237 if (mSendMotionEventsEnabled) { in onMotionEvent()
421 mSendMotionEventsEnabled = mode; in setSendMotionEventsEnabled()
430 return mSendMotionEventsEnabled; in isSendMotionEventsEnabled()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityUserState.java116 private boolean mSendMotionEventsEnabled; field in AccessibilityUserState
201 mSendMotionEventsEnabled = false; in onSwitchToAnotherUserLocked()
496 pw.append(", sendMotionEventsEnabled").append(String.valueOf(mSendMotionEventsEnabled)); in dump()
849 return mSendMotionEventsEnabled; in isSendMotionEventsEnabled()
853 mSendMotionEventsEnabled = mode; in setSendMotionEventsEnabled()