Searched defs:DRAWING_CACHE_QUALITY_LOW (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java1406 @IntDef({DRAWING_CACHE_QUALITY_LOW, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_AUTO})
1412 public static final int DRAWING_CACHE_QUALITY_LOW = 0x00080000; field in class:View
1425 DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_LOW, DRAWING_CACHE_QUALITY_HIGH
8784 * {@link #DRAWING_CACHE_QUALITY_LOW}, or {@link #DRAWING_CACHE_QUALITY_HIGH}
8802 * {@link #DRAWING_CACHE_QUALITY_LOW}, or {@link #DRAWING_CACHE_QUALITY_HIGH}
18277 // Keep the DRAWING_CACHE_QUALITY_LOW flag just in case
18280 case DRAWING_CACHE_QUALITY_LOW:

Completed in 77 milliseconds