Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureManifold.java103 private boolean mSendMotionEventsEnabled = false; field in GestureManifold
237 if (mSendMotionEventsEnabled) { in onMotionEvent()
421 mSendMotionEventsEnabled = mode; in setSendMotionEventsEnabled()
430 return mSendMotionEventsEnabled; in isSendMotionEventsEnabled()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityUserState.java138 private boolean mSendMotionEventsEnabled; field in AccessibilityUserState
232 mSendMotionEventsEnabled = false; in onSwitchToAnotherUserLocked()
538 pw.append(", sendMotionEventsEnabled").append(String.valueOf(mSendMotionEventsEnabled)); in dump()
963 return mSendMotionEventsEnabled; in isSendMotionEventsEnabled()
967 mSendMotionEventsEnabled = mode; in setSendMotionEventsEnabled()