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/
DMagnificationGestureHandler.java153 private final Queue<MotionEvent> mDebugInputEventHistory; field in MagnificationGestureHandler
197 mDebugInputEventHistory = DEBUG_EVENT_STREAM ? new ArrayDeque<>() : null; in MagnificationGestureHandler()
206 storeEventInto(mDebugInputEventHistory, event); in onMotionEvent()
211 "Exception following input events: " + mDebugInputEventHistory, e); in onMotionEvent()
291 "Exception downstream following input events: " + mDebugInputEventHistory in dispatchTransformedEvent()