Home
last modified time | relevance | path

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

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