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

  /external/skia/tests/
PathOpsAngleTest.cpp 130 double absY = fabs(y);
131 double length = absX < absY ? absX / 2 + absY : absX + absY / 2;
  /external/skia/src/core/
SkGeometry.cpp 1054 SkScalar absY = SkScalarAbs(y);
1061 if (absY <= SK_ScalarNearlyZero && x > 0 &&
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 387 final float absY = Math.abs(velocityY);
396 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
403 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
410 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
417 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 394 final float absY = Math.abs(velocityY);
403 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
410 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
417 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
424 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 624 double absY = fabs(y);
625 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 622 pointerEvent(display.absX(x), display.absY(y)) );
646 pointerEvent(display.absX(x), display.absY(y)) );
    [all...]
display.js 390 that.absY = function(y) {
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 443 milliseconds