HomeSort by relevance Sort by last modified time
    Searched refs:getInputDevice (Results 1 - 17 of 17) sorted by null

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 32 public InputDevice getInputDevice(int id);
InputManagerV16.java 42 public InputDevice getInputDevice(int id) {
43 return mInputManager.getInputDevice(id);
InputManagerV9.java 98 public InputDevice getInputDevice(int id) {
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 30 InputDevice getInputDevice(int deviceId);
InputManager.java 202 public InputDevice getInputDevice(int id) {
214 inputDevice = mIm.getInputDevice(id);
246 inputDevice = mIm.getInputDevice(id);
789 * Use {@link InputManager#getInputDevice} to get more information about the device.
804 * were last queried. Use {@link InputManager#getInputDevice} to get
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 159 final InputDevice device = mInputManager.getInputDevice(deviceId);
  /frameworks/base/core/java/android/view/
InputDevice.java 409 return InputManager.getInstance().getInputDevice(id);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 157 InputDevice device = inMan.getInputDevice(deviceIds[ptr]);
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 490 InputDevice device = mIm.getInputDevice(ids[i]);
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 576 public InputDevice getInputDevice(int deviceId) {
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 116 InputDevice dev = mInputManager.getInputDevice(deviceId);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 758 InputDevice device = mIm.getInputDevice(deviceId);
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 932 milliseconds