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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
LodControl.java 156 float newDistance = bv.distanceTo(vp.getCamera().getLocation()) / ratio;
159 if (Math.abs(newDistance - lastDistance) <= distTolerance)
161 else if (lastDistance > newDistance && lastLevel == 0)
163 else if (lastDistance < newDistance && lastLevel == numLevels - 1)
166 lastDistance = newDistance;
  /frameworks/base/core/java/android/widget/
OverScroller.java 672 final int newDistance = newFinal - start;
673 final float x = Math.abs((float) newDistance / oldDistance);
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 2095 milliseconds