HomeSort by relevance Sort by last modified time
    Searched refs:newDistance (Results 1 - 8 of 8) 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 667 final int newDistance = newFinal - start;
668 final float x = Math.abs((float) newDistance / oldDistance);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 671 final int newDistance = newFinal - start;
672 final float x = Math.abs((float) newDistance / oldDistance);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 672 final int newDistance = newFinal - start;
673 final float x = Math.abs((float) newDistance / oldDistance);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c     [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c     [all...]
  /external/lzma/C/
LzmaEnc.c     [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 602 milliseconds