Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp242 const std::string array_field_name = TransformToFieldName(name.entry); in ProcessStyleable() local
244 util::make_unique<ResourceArrayMember>(array_field_name); in ProcessStyleable()
263 TransformNestedAttr(attr.name.value(), array_field_name, package_name_to_generate); in ProcessStyleable()
298 styleable_comment << "Attributes that can be used with a " << array_field_name << ".\n"; in ProcessStyleable()
347 r_txt_printer->Print("int[] styleable ").Print(array_field_name).Print(" {"); in ProcessStyleable()
427 << "{@link #" << array_field_name << "} array."; in ProcessStyleable()