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

  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestDoppler.java 52 private float xDist = 20;
77 //float x = (float) (Math.cos(angle) * xDist);
78 float dx = (float) Math.sin(angle) * xDist;
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 786 float xDist = min(secondPoint.x(), size.width() - secondPoint.x());
789 float smaller = min(xDist, yDist);
790 xDist = smaller;
793 secondRadius = xDist;
794 aspectRatio = xDist / yDist;
798 float xDist = max(secondPoint.x(), size.width() - secondPoint.x());
801 float larger = max(xDist, yDist);
802 xDist = larger;
805 secondRadius = xDist;
806 aspectRatio = xDist / yDist
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 481 int xDist = this.x + width / 2 - x;
483 return xDist * xDist + yDist * yDist;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 468 int xDist = this.x + width / 2 - x;
470 return xDist * xDist + yDist * yDist;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]

Completed in 83 milliseconds