Searched refs:mPendingEventPool (Results 1 – 3 of 3) sorted by relevance
54 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE); field in KeyEventDispatcher221 PendingKeyEvent pendingEvent = mPendingEventPool.acquire(); in obtainPendingEventLocked()276 mPendingEventPool.release(pendingEvent); in removeReferenceToPendingEventLocked()
1722 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);2453 PendingEvent p = mPendingEventPool.acquire();2466 mPendingEventPool.release(p);
386 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager2022 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()2036 mPendingEventPool.release(p); in recyclePendingEventLocked()