booster / com.didiglobal.booster.aapt2 / ConfigurationOuterClass / Configuration / LayoutDirection

LayoutDirection

class LayoutDirection : ProtocolMessageEnum

Protobuf enum aapt.pb.Configuration.LayoutDirection

Enum Values

LAYOUT_DIRECTION_UNSET

LAYOUT_DIRECTION_LTR

LAYOUT_DIRECTION_RTL

UNRECOGNIZED

Properties

LAYOUT_DIRECTION_LTR_VALUE

LAYOUT_DIRECTION_LTR = 1;

static val LAYOUT_DIRECTION_LTR_VALUE: Int

LAYOUT_DIRECTION_RTL_VALUE

LAYOUT_DIRECTION_RTL = 2;

static val LAYOUT_DIRECTION_RTL_VALUE: Int

LAYOUT_DIRECTION_UNSET_VALUE

LAYOUT_DIRECTION_UNSET = 0;

static val LAYOUT_DIRECTION_UNSET_VALUE: Int

Functions

forNumber

static fun forNumber(value: Int): LayoutDirection!

getDescriptor

static fun getDescriptor(): EnumDescriptor!

getDescriptorForType

fun getDescriptorForType(): EnumDescriptor!

getNumber

fun getNumber(): Int

getValueDescriptor

fun getValueDescriptor(): EnumValueDescriptor!

internalGetValueMap

static fun internalGetValueMap(): EnumLiteMap<LayoutDirection!>!

valueOf

static fun valueOf(value: Int): LayoutDirection!
static fun valueOf(desc: EnumValueDescriptor!): LayoutDirection!