Searched refs:mDebugInputEventHistory (Results 1 – 1 of 1) sorted by relevance
153 private final Queue<MotionEvent> mDebugInputEventHistory; field in MagnificationGestureHandler197 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()