Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a771ee9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add prefix to ImageDecoder.Allocator"

parents d3d139ab 62f0800e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -758,8 +758,9 @@ public final class ImageDecoder implements AutoCloseable {

    /** @hide **/
    @Retention(SOURCE)
    @IntDef({ ALLOCATOR_DEFAULT, ALLOCATOR_SOFTWARE, ALLOCATOR_SHARED_MEMORY,
              ALLOCATOR_HARDWARE })
    @IntDef(value = { ALLOCATOR_DEFAULT, ALLOCATOR_SOFTWARE,
              ALLOCATOR_SHARED_MEMORY, ALLOCATOR_HARDWARE },
              prefix = {"ALLOCATOR_"})
    public @interface Allocator {};

    /**