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

/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java755 private int mAllocator = ALLOCATOR_DEFAULT;
1125 public static final int ALLOCATOR_DEFAULT = 0; field in class:ImageDecoder
1155 @IntDef(value = { ALLOCATOR_DEFAULT, ALLOCATOR_SOFTWARE,
1171 if (allocator < ALLOCATOR_DEFAULT || allocator > ALLOCATOR_HARDWARE) {
/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java478 public static final int ALLOCATOR_DEFAULT = 0; field in class:ImageDecoder

Completed in 33 milliseconds