Home | History | Annotate | Download | only in input

Lines Matching defs:InputManager

50 public final class InputManager {
51 private static final String TAG = "InputManager";
58 private static InputManager sInstance;
173 private InputManager(IInputManager im) {
184 public static InputManager getInstance() {
185 synchronized (InputManager.class) {
188 sInstance = new InputManager(IInputManager.Stub.asInterface(b));
749 * Use {@link InputManager#getInputDevice} to get more information about the device.
764 * were last queried. Use {@link InputManager#getInputDevice} to get
775 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration);