From e109940d81cc67fcdb2e2bbb79dce9039ead86c6 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 4 Jun 2015 15:54:15 -0400 Subject: Enable Picture w/ HW Accelerated Canvas. Bug: 20688645 Change-Id: I664f37d6dbb3e61b17206c82ebcc63f988cefc65 --- graphics/java/android/graphics/Picture.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/java/android/graphics/Picture.java b/graphics/java/android/graphics/Picture.java index 39272b9..0e55089 100644 --- a/graphics/java/android/graphics/Picture.java +++ b/graphics/java/android/graphics/Picture.java @@ -135,8 +135,8 @@ public class Picture { * properly and are highly discouraged. * *

- * Note: a picture created from an input stream cannot be - * replayed on a hardware accelerated canvas. + * Note: Prior to API level 23 a picture created from an + * input stream cannot be replayed on a hardware accelerated canvas. * * @see #writeToStream(java.io.OutputStream) * @deprecated The recommended alternative is to not use writeToStream and @@ -155,8 +155,8 @@ public class Picture { * there is no guarantee that the Picture can be successfully reconstructed. * *

- * Note: a picture created from an input stream cannot be - * replayed on a hardware accelerated canvas. + * Note: Prior to API level 23 a picture created from an + * input stream cannot be replayed on a hardware accelerated canvas. * * @see #createFromStream(java.io.InputStream) * @deprecated The recommended alternative is to draw the picture into a -- cgit v1.1