Searched refs:mPendingEventPool (Results 1 – 3 of 3) sorted by relevance
58 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE); field in KeyEventDispatcher209 PendingKeyEvent pendingEvent = mPendingEventPool.acquire(); in obtainPendingEventLocked()264 mPendingEventPool.release(pendingEvent); in removeReferenceToPendingEventLocked()
383 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager1985 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()1999 mPendingEventPool.release(p); in recyclePendingEventLocked()
1636 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);2367 PendingEvent p = mPendingEventPool.acquire();2380 mPendingEventPool.release(p);