Searched defs:getBitmapOptionsForPool (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBitmapPool.java111 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, method in class:BitmapPool
180 * @param optionsTmp Should be the same options returned from getBitmapOptionsForPool(). Cannot
220 * @param optionsTmp Should be the same options returned from getBitmapOptionsForPool(). Cannot
260 * getBitmapOptionsForPool(). Cannot be null.
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DPoolableImageCache.java54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, method in class:PoolableImageCache
128 * @param optionsTmp Should be the same options returned from getBitmapOptionsForPool().
170 * getBitmapOptionsForPool(). Cannot be null.

Completed in 314 milliseconds