android.view.InputQueue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}