class Orientation : ProtocolMessageEnum
Protobuf enum aapt.pb.Configuration.Orientation
ORIENTATION_UNSET |
|
ORIENTATION_PORT |
|
ORIENTATION_LAND |
|
ORIENTATION_SQUARE |
|
UNRECOGNIZED |
ORIENTATION_LAND_VALUE |
static val ORIENTATION_LAND_VALUE: Int |
ORIENTATION_PORT_VALUE |
static val ORIENTATION_PORT_VALUE: Int |
ORIENTATION_SQUARE_VALUE |
static val ORIENTATION_SQUARE_VALUE: Int |
ORIENTATION_UNSET_VALUE |
static val ORIENTATION_UNSET_VALUE: Int |
forNumber |
static fun forNumber(value: Int): Orientation! |
getDescriptor |
static fun getDescriptor(): EnumDescriptor! |
getDescriptorForType |
fun getDescriptorForType(): EnumDescriptor! |
getNumber |
fun getNumber(): Int |
getValueDescriptor |
fun getValueDescriptor(): EnumValueDescriptor! |
internalGetValueMap |
static fun internalGetValueMap(): EnumLiteMap<Orientation!>! |
valueOf |
static fun valueOf(value: Int): Orientation! static fun valueOf(desc: EnumValueDescriptor!): Orientation! |