public enum

ResourceProto.AnimatedImageFormat

extends java.lang.Enum<ResourceProto.AnimatedImageFormat>

 java.lang.Object

↳java.lang.Enum<ResourceProto.AnimatedImageFormat>

↳androidx.wear.protolayout.proto.ResourceProto.AnimatedImageFormat

Overview

 Format describing the contents of an animated image.
 
Protobuf enum androidx.wear.protolayout.proto.AnimatedImageFormat

Summary

Enum Constants
ANIMATED_IMAGE_FORMAT_AVD
 Android AnimatedVectorDrawable.
ANIMATED_IMAGE_FORMAT_UNDEFINED
 An undefined image format.
UNRECOGNIZED
Fields
public static final intANIMATED_IMAGE_FORMAT_AVD_VALUE

 Android AnimatedVectorDrawable.

public static final intANIMATED_IMAGE_FORMAT_UNDEFINED_VALUE

 An undefined image format.

Methods
public static ResourceProto.AnimatedImageFormatforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()

public static ResourceProto.AnimatedImageFormatvalueOf(int value)

public static ResourceProto.AnimatedImageFormatvalueOf(java.lang.String name)

public static ResourceProto.AnimatedImageFormatvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

ANIMATED_IMAGE_FORMAT_UNDEFINED

 An undefined image format.
 
ANIMATED_IMAGE_FORMAT_UNDEFINED = 0;

ANIMATED_IMAGE_FORMAT_AVD

 Android AnimatedVectorDrawable.
 
ANIMATED_IMAGE_FORMAT_AVD = 1;

UNRECOGNIZED

Fields

public static final int ANIMATED_IMAGE_FORMAT_UNDEFINED_VALUE

 An undefined image format.
 
ANIMATED_IMAGE_FORMAT_UNDEFINED = 0;

public static final int ANIMATED_IMAGE_FORMAT_AVD_VALUE

 Android AnimatedVectorDrawable.
 
ANIMATED_IMAGE_FORMAT_AVD = 1;

Methods

public static ResourceProto.AnimatedImageFormat values()

public static ResourceProto.AnimatedImageFormat valueOf(java.lang.String name)

public final int getNumber()

public static ResourceProto.AnimatedImageFormat valueOf(int value)

Deprecated: Use ResourceProto.AnimatedImageFormat.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static ResourceProto.AnimatedImageFormat forNumber(int value)

public static <any> internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()