diff options
| author | Bryce Lee <brycelee@google.com> | 2017-07-28 21:28:05 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-07-28 21:28:05 +0000 |
| commit | 84fa183e7d8a2126f460013355912fd7c1907747 (patch) | |
| tree | 13dc8c2a61bcf0724d642056df4ccbb80b0b330a /core/java/android/view/Surface.java | |
| parent | 683416acf25809b7523afd3bdfeb7d735efd2454 (diff) | |
| parent | 5b76ce1b2b9ae7bcaab7f51ad6a75bd946699023 (diff) | |
Merge "Remove rotation and app bounds from Configuration diff." into oc-dr1-dev
am: 5b76ce1b2b
Change-Id: Ibf899e9a08cdab31ae38897add813fc4c8089474
Diffstat (limited to 'core/java/android/view/Surface.java')
| -rw-r--r-- | core/java/android/view/Surface.java | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/java/android/view/Surface.java b/core/java/android/view/Surface.java index ecfc0b6cb00b..78cdf5d922b4 100644 --- a/core/java/android/view/Surface.java +++ b/core/java/android/view/Surface.java @@ -135,17 +135,11 @@ public class Surface implements Parcelable { public static final int SCALING_MODE_NO_SCALE_CROP = 3; /** @hide */ - @IntDef({ROTATION_UNDEFINED, ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270}) + @IntDef({ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270}) @Retention(RetentionPolicy.SOURCE) public @interface Rotation {} /** - * Rotation constant: undefined - * @hide - */ - public static final int ROTATION_UNDEFINED = -1; - - /** * Rotation constant: 0 degree rotation (natural orientation) */ public static final int ROTATION_0 = 0; |
