Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
DImageLoader.kt105 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
129 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
164 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
200 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
228 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
255 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
299 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
322 allocator: Int = ImageDecoder.ALLOCATOR_DEFAULT in <lambda>()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java834 private int mAllocator = ALLOCATOR_DEFAULT;
1263 public static final int ALLOCATOR_DEFAULT = 0; field in ImageDecoder
1293 @IntDef(value = { ALLOCATOR_DEFAULT, ALLOCATOR_SOFTWARE,
1309 if (allocator < ALLOCATOR_DEFAULT || allocator > ALLOCATOR_HARDWARE) { in setAllocator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt315 decoder.allocator = ImageDecoder.ALLOCATOR_DEFAULT in inflateActionButton()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt16173 field public static final int ALLOCATOR_DEFAULT = 0; // 0x0