Home
last modified time | relevance | path

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

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