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

/frameworks/base/core/java/android/view/
H A DInputQueue.java26 public final class InputQueue { class
27 private static final String TAG = "InputQueue";
32 * Interface to receive notification of when an InputQueue is associated
37 * Called when the given InputQueue is now associated with the
40 void onInputQueueCreated(InputQueue queue);
43 * Called when the given InputQueue is no longer associated with
46 void onInputQueueDestroyed(InputQueue queue);
59 public InputQueue(InputChannel channel) { method in class:InputQueue

Completed in 25 milliseconds