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

  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java 26 int xAxis, int yAxis){
35 this.axisYIndex = yAxis;
  /external/replicaisland/src/com/replica/replicaisland/
InputXY.java 30 public InputXY(InputButton xAxis, InputButton yAxis) {
32 mYAxis = yAxis;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java 28 private int xAxis, yAxis;
35 yAxis = -1;
46 yAxis = numAxes;
104 xAxis, yAxis);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 896 * @param yAxis vector representing the y-axis of the coordinate system.
899 public Quaternion fromAxes(Vector3f xAxis, Vector3f yAxis, Vector3f zAxis) {
900 return fromRotationMatrix(xAxis.x, yAxis.x, zAxis.x, xAxis.y, yAxis.y,
901 zAxis.y, xAxis.z, yAxis.z, zAxis.z);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 814 final int yAxis = mCountY;
819 if (result[1] >= yAxis) result[1] = yAxis - 1;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 700 final int yAxis = mCountY;
705 if (result[1] >= yAxis) result[1] = yAxis - 1;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 149 milliseconds