Searched refs:mPendingEventPool (Results 1 – 4 of 4) sorted by relevance
55 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE); field in KeyEventDispatcher222 PendingKeyEvent pendingEvent = mPendingEventPool.acquire(); in obtainPendingEventLocked()277 mPendingEventPool.release(pendingEvent); in removeReferenceToPendingEventLocked()
1748 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);2479 PendingEvent p = mPendingEventPool.acquire();2492 mPendingEventPool.release(p);
473 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager2632 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()2646 mPendingEventPool.release(p); in recyclePendingEventLocked()
41596 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;74956 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;