Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java116 private static final boolean DEBUG_EVENT_STREAM = false || DEBUG_ALL; field in MagnificationGestureHandler
197 mDebugInputEventHistory = DEBUG_EVENT_STREAM ? new ArrayDeque<>() : null; in MagnificationGestureHandler()
198 mDebugOutputEventHistory = DEBUG_EVENT_STREAM ? new ArrayDeque<>() : null; in MagnificationGestureHandler()
205 if (DEBUG_EVENT_STREAM) { in onMotionEvent()
285 if (DEBUG_EVENT_STREAM) { in dispatchTransformedEvent()