FileDocCategorySizeDatePackage
InputApplicationHandle.javaAPI DocAndroid 5.1 API1599Thu Mar 12 22:22:42 GMT 2015com.android.server.input

InputApplicationHandle

public final class InputApplicationHandle extends Object
Functions as a handle for an application that can receive input. Enables the native input dispatcher to refer indirectly to the window manager's application window token.
hide

Fields Summary
private long
ptr
public final Object
appWindowToken
public String
name
public long
dispatchingTimeoutNanos
Constructors Summary
public InputApplicationHandle(Object appWindowToken)

        this.appWindowToken = appWindowToken;
    
Methods Summary
protected voidfinalize()

        try {
            nativeDispose();
        } finally {
            super.finalize();
        }
    
private native voidnativeDispose()