android.hardware.input
Class InputManager

java.lang.Object
  extended by android.hardware.input.InputManager

public final class InputManager
extends Object


Nested Class Summary
static interface InputManager.InputDeviceListener
           
 
Field Summary
static String ACTION_QUERY_KEYBOARD_LAYOUTS
           
static String META_DATA_KEYBOARD_LAYOUTS
           
 
Method Summary
 InputDevice getInputDevice(int id)
           
 int[] getInputDeviceIds()
           
 void registerInputDeviceListener(InputManager.InputDeviceListener listener, Handler handler)
           
 void unregisterInputDeviceListener(InputManager.InputDeviceListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_QUERY_KEYBOARD_LAYOUTS

public static final String ACTION_QUERY_KEYBOARD_LAYOUTS
See Also:
Constant Field Values

META_DATA_KEYBOARD_LAYOUTS

public static final String META_DATA_KEYBOARD_LAYOUTS
See Also:
Constant Field Values
Method Detail

getInputDevice

public InputDevice getInputDevice(int id)

getInputDeviceIds

public int[] getInputDeviceIds()

registerInputDeviceListener

public void registerInputDeviceListener(InputManager.InputDeviceListener listener,
                                        Handler handler)

unregisterInputDeviceListener

public void unregisterInputDeviceListener(InputManager.InputDeviceListener listener)


Copyright © 2008-2012. All Rights Reserved.