Searched refs:mActiveInputEventPool (Results 1 – 2 of 2) sorted by relevance
38 private final Pool<ActiveInputEvent> mActiveInputEventPool = field in InputQueue118 ActiveInputEvent e = mActiveInputEventPool.acquire(); in obtainActiveInputEvent()129 mActiveInputEventPool.release(e); in recycleActiveInputEvent()
63979 Landroid/view/InputQueue;->mActiveInputEventPool:Landroid/util/Pools$Pool;