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

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

Completed in 114 milliseconds