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

  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 179 public static Bitmap orientBitmap(Bitmap bitmap, int ori) {
330 bmap = orientBitmap(bmap, orientation);
378 bitmap = orientBitmap(bitmap, orientation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 205 public static Bitmap orientBitmap(Bitmap bitmap, int ori) {
407 bmap = orientBitmap(bmap, orientation);
476 bitmap = orientBitmap(bitmap, orientation);

Completed in 177 milliseconds