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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 213 float[] rotatedBounds = new float[] { bounds.x, bounds.y };
214 rotateMatrix.mapPoints(rotatedBounds);
215 rotatedBounds[0] = Math.abs(rotatedBounds[0]);
216 rotatedBounds[1] = Math.abs(rotatedBounds[1]);
218 mCropBounds.offset(-rotatedBounds[0]/2, -rotatedBounds[1]/2);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 398 final Rect rotatedBounds = new Rect(bounds);
399 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds);
404 onDrawBitmap(canvas, mRect, rotatedBounds);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 615 float[] rotatedBounds = new float[] { bounds.x, bounds.y };
616 rotateMatrix.mapPoints(rotatedBounds);
617 rotatedBounds[0] = Math.abs(rotatedBounds[0]);
618 rotatedBounds[1] = Math.abs(rotatedBounds[1]);
620 mCropBounds.offset(-rotatedBounds[0]/2, -rotatedBounds[1]/2);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 480 milliseconds