HomeSort by relevance Sort by last modified time
    Searched defs:RectUtils (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
RectUtils.java 23 public class RectUtils {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 38 import com.android.bitmap.util.RectUtils;
393 RectUtils.rotateRectForOrientation(orientation,
399 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds);
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 31 import com.android.bitmap.util.RectUtils;
339 RectUtils.rotateRectForOrientation(orientation, new Rect(0, 0, srcW, srcH),

Completed in 703 milliseconds