Searched refs:inPurgeable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java282 * <p>While inPurgeable can help avoid big Dalvik heap allocations (from
286 * inPurgeable to allow for a fast and fluid UI. To minimize Dalvik heap
295 public boolean inPurgeable; field in class:BitmapFactory.Options
302 * field works in conjuction with inPurgeable. If inPurgeable is false,
303 * then this field is ignored. If inPurgeable is true, then this field

Completed in 67 milliseconds