Merge change 3181 into donut
* changes: Unhide inInputShareable in BitmapFactory.Options.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user