Home | History | Annotate | Download | only in launcher3

Lines Matching refs:Math

173         coord[0] = Math.round(sPoint[0]);
174 coord[1] = Math.round(sPoint[1]);
196 coord[0] = Math.round(sPoint[0]);
197 coord[1] = Math.round(sPoint[1]);
255 r.left = Math.min(r.right, r.left + insets.left);
256 r.top = Math.min(r.bottom, r.top + insets.top);
257 r.right = Math.max(r.left, r.right - insets.right);
258 r.bottom = Math.max(r.top, r.bottom - insets.bottom);
262 float scale = Math.min(Math.min(scaleX, scaleY), 1.0f);
366 return (int) Math.ceil(fm.bottom - fm.top);
419 return (int) Math.round(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
423 return (int) Math.round(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP,
455 return Math.max(lowerBound, Math.min(value, upperBound));
462 return Math.max(lowerBound, Math.min(value, upperBound));