File
Doc
Category
Size
Date
Package
InputManager.java
API Doc
Android 5.1 API
1085
Sat Mar 14 14:09:40 GMT 2015
android.hardware.input
InputManager
java.lang.Object
public final class InputManager extends Object
Fields Summary
public static final String
ACTION_QUERY_KEYBOARD_LAYOUTS
public static final String
META_DATA_KEYBOARD_LAYOUTS
Constructors Summary
InputManager
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.view.InputDevice
getInputDevice
(
int
id)
throw new RuntimeException("Stub!");
public
int
[]
getInputDeviceIds
()
throw new RuntimeException("Stub!");
public void
registerInputDeviceListener
(
android.hardware.input.InputManager$InputDeviceListener
listener,
android.os.Handler
handler)
throw new RuntimeException("Stub!");
public void
unregisterInputDeviceListener
(
android.hardware.input.InputManager$InputDeviceListener
listener)
throw new RuntimeException("Stub!");
Java Code Source