Home
last modified time | relevance | path

Searched refs:mActiveInputEventPool (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DInputQueue.java37 private final Pool<ActiveInputEvent> mActiveInputEventPool = field in InputQueue
117 ActiveInputEvent e = mActiveInputEventPool.acquire(); in obtainActiveInputEvent()
128 mActiveInputEventPool.release(e); in recycleActiveInputEvent()