Searched defs:scaled (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DBitmapDownloader.java60 * indicate if the bitmap is scaled down from original source (never scale up)
64 public BitmapItem(Bitmap bitmap, boolean scaled) { argument
66 mScaled = scaled;
288 // now we have the bitmap in the bucket, use it when the bitmap is not scaled or
297 // 2. find un-scaled bitmap in smaller buckets. If the un-scaled bitmap exists
314 // 3. find un-scaled bitmap if size is not specified
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBitmapPool.java111 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, argument
114 options.inScaled = scaled;
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DPoolableImageCache.java54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, argument
57 options.inScaled = scaled;

Completed in 579 milliseconds