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

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

Completed in 35 milliseconds