Home
last modified time | relevance | path

Searched refs:kStyleable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/
DResource.cpp97 case ResourceType::kStyleable: in to_string()
132 {"styleable", ResourceType::kStyleable},
DResource.h67 kStyleable, enumerator
DResourceParser.cpp1741 ResourceNamedTypeWithDefaultName(ResourceType::kStyleable).ToResourceNamedType(); in ParseDeclareStyleable()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp567 if (resource_name.type.type == ResourceType::kStyleable) { in ProcessType()
654 if (out != nullptr && type->named_type.type == ResourceType::kStyleable && is_public) { in Generate()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp436 if (type.named_type.type == ResourceType::kStyleable || in FlattenTypes()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp273 if (type->named_type.type != ResourceType::kStyleable) { in CompileTable()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp808 case pb::CompoundValue::kStyleable: { in DeserializeValueFromPb()