/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 58 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT; 59 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP; 60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT; 61 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM; 62 public static final int ORI_FLIP_HOR = ExifInterface.Orientation.TOP_RIGHT; 63 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT; 64 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP; 65 public static final int ORI_TRANSVERSE = ExifInterface.Orientation.LEFT_BOTTOM;
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 380 public static interface Orientation { interface in ExifInterface 1866 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation() 1868 return Orientation.RIGHT_TOP; // 90 degrees cw in getOrientationValueForRotation() 1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation() 1884 case Orientation.TOP_LEFT: in getRotationForOrientationValue() 1886 case Orientation.RIGHT_TOP: in getRotationForOrientationValue() 1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue() 1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue() 1900 case Orientation.TOP_RIGHT: // Flip horizontal in getOrientationParams() [all …]
|
/packages/apps/LegacyCamera/res/raw/ |
D | goofy_face.graph | 86 // Orientation rotation filter 91 // Orientation rotation filter for facemeta data
|
/packages/apps/Gallery2/res/raw/ |
D | goofy_face.graph | 87 // Orientation rotation filter 92 // Orientation rotation filter for facemeta data
|
/packages/apps/Camera2/res/raw/ |
D | goofy_face.graph | 87 // Orientation rotation filter 92 // Orientation rotation filter for facemeta data
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 383 public static interface Orientation { interface in ExifInterface 1845 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation() 1847 return Orientation.RIGHT_TOP; // 90 degrees cw in getOrientationValueForRotation() 1849 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1851 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation() 1863 case Orientation.TOP_LEFT: in getRotationForOrientationValue() 1865 case Orientation.RIGHT_TOP: in getRotationForOrientationValue() 1867 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue() 1869 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 380 public static interface Orientation { interface in ExifInterface 1866 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation() 1868 return Orientation.RIGHT_TOP; // 90 degrees cw in getOrientationValueForRotation() 1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation() 1884 case Orientation.TOP_LEFT: in getRotationForOrientationValue() 1886 case Orientation.RIGHT_TOP: in getRotationForOrientationValue() 1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue() 1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 380 public static interface Orientation { interface in ExifInterface 1866 return Orientation.TOP_LEFT; // 0 degrees in getOrientationValueForRotation() 1868 return Orientation.RIGHT_TOP; // 90 degrees cw in getOrientationValueForRotation() 1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1872 return Orientation.RIGHT_BOTTOM; // 270 degrees cw in getOrientationValueForRotation() 1884 case Orientation.TOP_LEFT: in getRotationForOrientationValue() 1886 case Orientation.RIGHT_TOP: in getRotationForOrientationValue() 1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue() 1890 case Orientation.RIGHT_BOTTOM: in getRotationForOrientationValue()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | OrientedBitmapDrawable.java | 42 if (orientation <= ExifInterface.Orientation.TOP_LEFT) { in create()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | HeaderElevationController.java | 49 GradientDrawable.Orientation.TOP_BOTTOM, new int[] {0x1E000000, 0x00000000})); in ControllerV16()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ButteryProgressBar.java | 117 mShadow = new GradientDrawable(GradientDrawable.Orientation.TOP_BOTTOM, in ButteryProgressBar()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | MultiShrinkScroller.java | 188 GradientDrawable.Orientation.TOP_BOTTOM, mGradientColors); 190 GradientDrawable.Orientation.BOTTOM_TOP, mGradientColors);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | SaveImage.java | 323 ExifInterface.Orientation.TOP_LEFT)); in updateExifData()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | OneCameraZslImpl.java | 625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT)); in savePicture()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 90976 Orientation: 0 90992 Orientation: 0 91008 Orientation: 0 91026 Orientation: 0 91059 Orientation: unknown range
|