Home
last modified time | relevance | path

Searched refs:CROP_DURING_DECODE (Results 1 – 1 of 1) sorted by relevance

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