|
bool boolean_value = 8;
abstract fun getBooleanValue(): Boolean |
|
uint32 color_argb4_value = 11;
abstract fun getColorArgb4Value(): Int |
|
uint32 color_argb8_value = 9;
abstract fun getColorArgb8Value(): Int |
|
uint32 color_rgb4_value = 12;
abstract fun getColorRgb4Value(): Int |
|
uint32 color_rgb8_value = 10;
abstract fun getColorRgb8Value(): Int |
|
uint32 dimension_value = 13;
abstract fun getDimensionValue(): Int |
|
float dimension_value_deprecated = 4 [deprecated = true];
abstract fun getDimensionValueDeprecated(): Float |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
abstract fun getEmptyValue(): EmptyType! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
abstract fun getEmptyValueOrBuilder(): EmptyTypeOrBuilder! |
|
float float_value = 3;
abstract fun getFloatValue(): Float |
|
uint32 fraction_value = 14;
abstract fun getFractionValue(): Int |
|
float fraction_value_deprecated = 5 [deprecated = true];
abstract fun getFractionValueDeprecated(): Float |
|
int32 int_decimal_value = 6;
abstract fun getIntDecimalValue(): Int |
|
uint32 int_hexadecimal_value = 7;
abstract fun getIntHexadecimalValue(): Int |
|
.aapt.pb.Primitive.NullType null_value = 1;
abstract fun getNullValue(): NullType! |
|
.aapt.pb.Primitive.NullType null_value = 1;
abstract fun getNullValueOrBuilder(): NullTypeOrBuilder! |
|
abstract fun getOneofValueCase(): OneofValueCase! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
abstract fun hasEmptyValue(): Boolean |
|
.aapt.pb.Primitive.NullType null_value = 1;
abstract fun hasNullValue(): Boolean |