Lines Matching refs:Bitmap

30 import android.graphics.Bitmap;
192 private final Bitmap mBitmap;
199 private FastBitmapDrawable(Bitmap bitmap) {
269 private Bitmap mCachedWallpaper;
271 private Bitmap mDefaultWallpaper;
288 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault,
293 public Bitmap peekWallpaperBitmap(Context context, boolean returnDefault,
337 private Bitmap getCurrentWallpaperLocked(int userId) {
364 private Bitmap getDefaultWallpaperLocked(Context context, @SetWallpaperFlags int which) {
419 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
507 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null);
564 Bitmap crop = null;
579 Bitmap fullSize = null;
586 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,
604 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(),
605 (int) returnRect.height(), Bitmap.Config.ARGB_8888);
650 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
673 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
688 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
696 * Like {@link #getDrawable()} but returns a Bitmap.
700 public Bitmap getBitmap() {
705 * Like {@link #getDrawable()} but returns a Bitmap for the provided user.
709 public Bitmap getBitmapAsUser(int userId) {
960 * {@link #setBitmap(Bitmap, Rect, boolean)} and passing {@code null} for the
972 public void setBitmap(Bitmap bitmap) throws IOException {
1004 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup)
1010 * Version of {@link #setBitmap(Bitmap, Rect, boolean)} that allows the caller
1029 public int setBitmap(Bitmap fullImage, Rect visibleCropHint,
1047 fullImage.compress(Bitmap.CompressFormat.PNG, 90, fos);
1208 * {@link #setBitmap(android.graphics.Bitmap)} or
1234 * {@link #setBitmap(android.graphics.Bitmap)} or