summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorWei-Ta Chen <weita@google.com>2009-06-04 11:42:14 -0700
committerWei-Ta Chen <weita@google.com>2009-06-04 11:42:14 -0700
commit683f3bed89d15c673b9fd391dc258c088e9316ae (patch)
tree2722c54001768a5275120852bd39339412c54559 /graphics
parenta41962065a93b63e7161cffd662b564e01a9e189 (diff)
downloadframeworks_base-683f3bed89d15c673b9fd391dc258c088e9316ae.zip
frameworks_base-683f3bed89d15c673b9fd391dc258c088e9316ae.tar.gz
frameworks_base-683f3bed89d15c673b9fd391dc258c088e9316ae.tar.bz2
Unhide inInputShareable in BitmapFactory.Options.
The variable works together with inPurgeable, which has been unhidden in https://android-git.corp.google.com/g/Gerrit#change,2870.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/graphics/BitmapFactory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java
index 141cc68..e5a9aab 100644
--- a/graphics/java/android/graphics/BitmapFactory.java
+++ b/graphics/java/android/graphics/BitmapFactory.java
@@ -125,8 +125,6 @@ public class BitmapFactory {
* false, then this field is ignored. If inPurgeable is true, then this
* field determines whether the bitmap can share a reference to the
* input data (inputstream, array, etc.) or if it must make a deep copy.
- *
- * @hide pending API council approval
*/
public boolean inInputShareable;