Searched refs:MAX_EVENTS_BUFFER (Results 1 – 1 of 1) sorted by relevance
371 private static final int MAX_EVENTS_BUFFER = 500; field in InputMethodService2735 mPendingEvents = new RingBuffer(MotionEvent.class, MAX_EVENTS_BUFFER); in onStylusHandwritingMotionEvent()