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()
2022 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);2804 PendingEvent p = mPendingEventPool.acquire();2817 mPendingEventPool.release(p);
486 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20); field in InputMethodManager2747 PendingEvent p = mPendingEventPool.acquire(); in obtainPendingEventLocked()2761 mPendingEventPool.release(p); in recyclePendingEventLocked()
34339 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;63850 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;