Searched defs:InputQueue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputQueue.java23 public final class InputQueue { class
25 * Interface to receive notification of when an InputQueue is associated
30 * Called when the given InputQueue is now associated with the
33 void onInputQueueCreated(InputQueue queue);
36 * Called when the given InputQueue is no longer associated with
39 void onInputQueueDestroyed(InputQueue queue);
45 public InputQueue(InputChannel channel) { method in class:InputQueue

Completed in 53 milliseconds