Home | History | Annotate | Download | only in ui

Lines Matching refs:ORIENTATION

282         int orientation = getOrientation(context, uri);
290 ", orientation=" + orientation);
417 if (!resultTooBig && orientation != 0) {
420 b = UriImage.rotateBitmap(b, orientation);
492 * Returns the number of degrees to rotate the picture, based on the orientation tag in
493 * the exif data or the orientation column in the database. If there's no tag or column,
504 // file for the orientation because there is no column in the db for the orientation.
514 int orientation =
516 return orientation;
518 Log.w(TAG, "Failed to read EXIF orientation", e);
536 // Try to get the orientation from the ORIENTATION column in the database. This is much
542 MediaStore.Images.ImageColumns.ORIENTATION