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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java60 private static final boolean CROP_DURING_DECODE = true; field in class:DecodeTask
304 if (CROP_DURING_DECODE) {
372 if (!CROP_DURING_DECODE || (decodeResult == null && !isCancelled())) {

Completed in 75 milliseconds