diff options
Diffstat (limited to 'core/java/android/view/Surface.java')
-rw-r--r-- | core/java/android/view/Surface.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/view/Surface.java b/core/java/android/view/Surface.java index e967522..86cd3b0 100644 --- a/core/java/android/view/Surface.java +++ b/core/java/android/view/Surface.java @@ -84,7 +84,10 @@ public class Surface implements Parcelable { * of the surface must be pushed by an external entity. This is type * of surface can be used for efficient camera preview or movie * play back. + * + * @deprecated not support by the system anymore */ + @Deprecated public static final int PUSH_BUFFERS = 0x00000200; /** * Indicates that the surface must be considered opaque, even if its |