Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_input/operations/
Dinput_coordinate_propagator.ts69 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant
146 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant
Ddispatch_entry_formatter.ts70 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant
/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()