booster / com.didiglobal.booster.aapt2 / Resources / Styleable

Styleable

class Styleable : GeneratedMessageV3, StyleableOrBuilder


    A value that represents a <declare-styleable> XML resource. These are not real resources and
    only end up as Java fields in the generated R.java. They do not end up in the binary ARSC file.
    
Protobuf type aapt.pb.Styleable

Types

Builder


      A value that represents a <declare-styleable> XML resource. These are not real resources and
      only end up as Java fields in the generated R.java. They do not end up in the binary ARSC file.
      
Protobuf type aapt.pb.Styleable

class Builder : Builder<Builder!>, StyleableOrBuilder

Entry


      An attribute defined for this styleable.
      
Protobuf type aapt.pb.Styleable.Entry

class Entry : GeneratedMessageV3, EntryOrBuilder

EntryOrBuilder

interface EntryOrBuilder : MessageOrBuilder

Properties

ENTRY_FIELD_NUMBER

static val ENTRY_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): Styleable!

getDefaultInstanceForType

fun getDefaultInstanceForType(): Styleable!

getDescriptor

static fun getDescriptor(): Descriptor!

getEntry


      The set of attribute declarations.
      
repeated .aapt.pb.Styleable.Entry entry = 1;

fun getEntry(index: Int): Entry!

getEntryCount


      The set of attribute declarations.
      
repeated .aapt.pb.Styleable.Entry entry = 1;

fun getEntryCount(): Int

getEntryList


      The set of attribute declarations.
      
repeated .aapt.pb.Styleable.Entry entry = 1;

fun getEntryList(): MutableList<Entry!>!

getEntryOrBuilder


      The set of attribute declarations.
      
repeated .aapt.pb.Styleable.Entry entry = 1;

fun getEntryOrBuilder(index: Int): EntryOrBuilder!

getEntryOrBuilderList


      The set of attribute declarations.
      
repeated .aapt.pb.Styleable.Entry entry = 1;

fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>!

getParserForType

fun getParserForType(): Parser<Styleable!>!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: Styleable!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): Styleable!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Styleable!

parseFrom

static fun parseFrom(data: ByteBuffer!): Styleable!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): Styleable!
static fun parseFrom(data: ByteString!): Styleable!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): Styleable!
static fun parseFrom(data: ByteArray!): Styleable!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): Styleable!
static fun parseFrom(input: InputStream!): Styleable!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Styleable!
static fun parseFrom(input: CodedInputStream!): Styleable!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Styleable!

parser

static fun parser(): Parser<Styleable!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit