Package com.android.aapt
Interface Resources.StyleableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Styleable,Resources.Styleable.Builder
- Enclosing class:
- Resources
public static interface Resources.StyleableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int index) The set of attribute declarations.intThe set of attribute declarations.The set of attribute declarations.getEntryOrBuilder(int index) The set of attribute declarations.List<? extends Resources.Styleable.EntryOrBuilder>The set of attribute declarations.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntryList
List<Resources.Styleable.Entry> getEntryList()The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1; -
getEntry
The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1; -
getEntryCount
int getEntryCount()The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1; -
getEntryOrBuilderList
List<? extends Resources.Styleable.EntryOrBuilder> getEntryOrBuilderList()The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1; -
getEntryOrBuilder
The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1;
-