Merge "Unhide inPreferQualityOverSpeed in BitmapFactory.Options."

This commit is contained in:
Wei-Ta Chen
2010-12-07 16:39:13 -08:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 1 deletions

View File

@@ -75700,6 +75700,16 @@
visibility="public"
>
</field>
<field name="inPreferQualityOverSpeed"
type="boolean"
transient="false"
volatile="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="inPreferredConfig"
type="android.graphics.Bitmap.Config"
transient="false"

View File

@@ -210,7 +210,6 @@ public class BitmapFactory {
* expense of the decoding speed. Currently the field only affects JPEG
* decode, in the case of which a more accurate, but slightly slower,
* IDCT method will be used instead.
* @hide
*/
public boolean inPreferQualityOverSpeed;