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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.Styleable.EntrygetEntry(int index)The set of attribute declarations.intgetEntryCount()The set of attribute declarations.java.util.List<Resources.Styleable.Entry>getEntryList()The set of attribute declarations.Resources.Styleable.EntryOrBuildergetEntryOrBuilder(int index)The set of attribute declarations.java.util.List<? extends Resources.Styleable.EntryOrBuilder>getEntryOrBuilderList()The set of attribute declarations.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntryList
java.util.List<Resources.Styleable.Entry> getEntryList()
The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1;
-
getEntry
Resources.Styleable.Entry getEntry(int index)
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
java.util.List<? extends Resources.Styleable.EntryOrBuilder> getEntryOrBuilderList()
The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1;
-
getEntryOrBuilder
Resources.Styleable.EntryOrBuilder getEntryOrBuilder(int index)
The set of attribute declarations.
repeated .aapt.pb.Styleable.Entry entry = 1;
-
-