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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 249 float x = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_X, historyPos);
251 x = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_HAT_X, historyPos);
254 x = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_Z, historyPos);
257 float y = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_Y, historyPos);
259 y = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_HAT_Y, historyPos);
262 y = getCenteredAxis(event, mLastInputDevice, MotionEvent.AXIS_RZ, historyPos);
270 private static float getCenteredAxis(MotionEvent event, InputDevice device,
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 465 private static float getCenteredAxis(MotionEvent event, InputDevice device,
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);
843 y = getCenteredAxis(event, mInputDevice, MotionEvent.AXIS_RZ, historyPos);
    [all...]

Completed in 362 milliseconds