Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationGestureHandler.java45 private final Queue<MotionEvent> mDebugInputEventHistory; field in MagnificationGestureHandler
110 mDebugInputEventHistory = DEBUG_EVENT_STREAM ? new ArrayDeque<>() : null; in MagnificationGestureHandler()
126 storeEventInto(mDebugInputEventHistory, event); in onMotionEvent()
158 "Exception downstream following input events: " + mDebugInputEventHistory in dispatchTransformedEvent()