Merge change 3181 into donut

* changes:
  Unhide inInputShareable in BitmapFactory.Options.
This commit is contained in:
Android (Google) Code Review
2009-06-04 13:21:03 -07:00
2 changed files with 10 additions and 2 deletions

View File

@@ -48771,6 +48771,16 @@
visibility="public" visibility="public"
> >
</field> </field>
<field name="inInputShareable"
type="boolean"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="inJustDecodeBounds" <field name="inJustDecodeBounds"
type="boolean" type="boolean"
transient="false" transient="false"

View File

@@ -125,8 +125,6 @@ public class BitmapFactory {
* false, then this field is ignored. If inPurgeable is true, then this * false, then this field is ignored. If inPurgeable is true, then this
* field determines whether the bitmap can share a reference to the * field determines whether the bitmap can share a reference to the
* input data (inputstream, array, etc.) or if it must make a deep copy. * input data (inputstream, array, etc.) or if it must make a deep copy.
*
* @hide pending API council approval
*/ */
public boolean inInputShareable; public boolean inInputShareable;