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.cpp244 const std::string array_field_name = TransformToFieldName(name.entry); in ProcessStyleable() local
246 util::make_unique<ResourceArrayMember>(array_field_name); in ProcessStyleable()
265 TransformNestedAttr(attr.name.value(), array_field_name, package_name_to_generate); in ProcessStyleable()
300 styleable_comment << "Attributes that can be used with a " << array_field_name << ".\n"; in ProcessStyleable()
350 r_txt_printer->Print("int[] styleable ").Print(array_field_name).Print(" {"); in ProcessStyleable()
430 << "{@link #" << array_field_name << "} array."; in ProcessStyleable()