FileDocCategorySizeDatePackage
InputQueue.javaAPI DocAndroid 5.1 API392Sat Mar 14 14:09:36 GMT 2015android.view

InputQueue.java

package android.view;
public final class InputQueue
{
public static interface Callback
{
public abstract  void onInputQueueCreated(android.view.InputQueue queue);
public abstract  void onInputQueueDestroyed(android.view.InputQueue queue);
}
InputQueue() { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}