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

  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 62 String mInputDevice = null;
87 mInputDevice = args[index++];
130 mInputDevice == null)) {
158 } else if (mInputDevice != null) {
262 if (device.getSerialNumber().equals(mInputDevice)) {
268 System.err.println("Could not find " + mInputDevice);
457 } else if (mInputDevice != null) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 656 private InputDevice mInputDevice;
793 null != mInputDevice) {
794 return mInputDevice.getVibrator();
827 if (null == mInputDevice) {
828 mInputDevice = event.getDevice();
830 float x = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_X, historyPos);
832 x = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_HAT_X, historyPos);
835 x = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_Z, historyPos);
838 float y = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_Y, historyPos);
840 y = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_HAT_Y, historyPos)
    [all...]

Completed in 33 milliseconds