Searched refs:DEBUG_EVENT_STREAM (Results 1 – 1 of 1) sorted by relevance
116 private static final boolean DEBUG_EVENT_STREAM = false || DEBUG_ALL; field in MagnificationGestureHandler197 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()