mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
15 lines
311 B
Java
Generated
15 lines
311 B
Java
Generated
// Generated automatically from android.view.InputQueue for testing purposes
|
|
|
|
package android.view;
|
|
|
|
|
|
public class InputQueue
|
|
{
|
|
protected void finalize(){}
|
|
static public interface Callback
|
|
{
|
|
void onInputQueueCreated(InputQueue p0);
|
|
void onInputQueueDestroyed(InputQueue p0);
|
|
}
|
|
}
|