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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 61 private static final int DPAD_STATE_DOWN = 1 << 3;
142 mDPadState |= DPAD_STATE_DOWN;
184 mDPadState &= ~DPAD_STATE_DOWN;
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 58 private static final int DPAD_STATE_DOWN = 1 << 3;
717 mDPadState &= ~DPAD_STATE_DOWN;
768 mDPadState |= DPAD_STATE_DOWN;
    [all...]

Completed in 42 milliseconds