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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 482 int yDist = this.y + height / 2 - y;
483 return xDist * xDist + yDist * yDist;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 158 float yDist = y - mInitialTouchY;
159 float distance = (float) Math.hypot(xDist, yDist);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 481 int yDist = this.y + height / 2 - y;
482 return xDist * xDist + yDist * yDist;
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu     [all...]

Completed in 254 milliseconds