Lines Matching full:math
241 srcRect.inset(Math.max(0, dx), Math.max(0, dy));
244 dstRect.inset(Math.max(0, -dx), Math.max(0, -dy));
478 int cropWidth = Math.min(width, height) * 4 / 5;
740 int panDeltaX1 = Math.max(0, mLeft - r.left);
741 int panDeltaX2 = Math.min(0, mRight - r.right);
743 int panDeltaY1 = Math.max(0, mTop - r.top);
744 int panDeltaY2 = Math.min(0, mBottom - r.bottom);
768 float zoom = Math.min(z1, z2);
770 zoom = Math.max(1F, zoom);
772 if ((Math.abs(zoom - getScale()) / zoom) > .1) {