Searched refs:scaled (Results 1 – 8 of 8) sorted by relevance
183 final Bitmap scaled = Bitmap.createScaledBitmap(photo, size, size, false); in setPhotoEntry() local185 mPhotoImageView.setImageBitmap(scaled); in setPhotoEntry()198 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in setPhotoEntry()
191 boolean scaled = false; in onDraw()194 scaled = true; in onDraw()216 if (scaled) { in onDraw()
111 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, in getBitmapOptionsForPool() argument114 options.inScaled = scaled; in getBitmapOptionsForPool()
54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, in getBitmapOptionsForPool() argument57 options.inScaled = scaled; in getBitmapOptionsForPool()
307 final Bitmap scaled = Bitmap.createScaledBitmap(bitmap, size, size, false); in saveToContact() local308 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveToContact()
74 public BitmapItem(Bitmap bitmap, boolean scaled) { in BitmapItem() argument76 mScaled = scaled; in BitmapItem()
961 int scaled = getChildOffset(page) - getRelativeChildOffset(page); in computeWallpaperScrollRatio() local965 if (scaled > 0) { in computeWallpaperScrollRatio()966 mWallpaperScrollRatio = (1.0f * unscaled) / scaled; in computeWallpaperScrollRatio()