Home
last modified time | relevance | path

Searched defs:axis (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DLayer.java21 public Layer(int axis) { in Layer()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java292 final int axis = mAxes[i]; in onJoystickMotion() local
388 final int axis = state.getAxis(i); in show() local
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java466 int axis, int historyPos) { in getCenteredAxis()