class LayoutDirection : ProtocolMessageEnum
Protobuf enum aapt.pb.Configuration.LayoutDirection
LAYOUT_DIRECTION_UNSET |
|
LAYOUT_DIRECTION_LTR |
|
LAYOUT_DIRECTION_RTL |
|
UNRECOGNIZED |
LAYOUT_DIRECTION_LTR_VALUE |
static val LAYOUT_DIRECTION_LTR_VALUE: Int |
LAYOUT_DIRECTION_RTL_VALUE |
static val LAYOUT_DIRECTION_RTL_VALUE: Int |
LAYOUT_DIRECTION_UNSET_VALUE |
static val LAYOUT_DIRECTION_UNSET_VALUE: Int |
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! |