FileDocCategorySizeDatePackage
InputManagerInternal.javaAPI DocAndroid 5.1 API1496Thu Mar 12 22:22:10 GMT 2015android.hardware.input

InputManagerInternal

public abstract class InputManagerInternal extends Object
Input manager local system service interface.
hide
Only for use within the system server.

Fields Summary
Constructors Summary
Methods Summary
public abstract booleaninjectInputEvent(android.view.InputEvent event, int displayId, int mode)

public abstract voidsetDisplayViewports(android.hardware.display.DisplayViewport defaultViewport, android.hardware.display.DisplayViewport externalTouchViewport)
Called by the display manager to set information about the displays as needed by the input system. The input system must copy this information to retain it.

public abstract voidsetInteractive(boolean interactive)
Called by the power manager to tell the input manager whether it should start watching for wake events.