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.cpp236 const std::string array_field_name = TransformToFieldName(name.entry); in ProcessStyleable() local
238 util::make_unique<ResourceArrayMember>(array_field_name); in ProcessStyleable()
257 TransformNestedAttr(attr.name.value(), array_field_name, package_name_to_generate); in ProcessStyleable()
292 styleable_comment << "Attributes that can be used with a " << array_field_name << ".\n"; in ProcessStyleable()
341 r_txt_printer->Print("int[] styleable ").Print(array_field_name).Print(" {"); in ProcessStyleable()
406 << "{@link #" << array_field_name << "} array."; in ProcessStyleable()
429 StringPrintf("for (int i = 0; i < styleable.%s.length; i++) {", array_field_name.data())); in ProcessStyleable()
431 StringPrintf(" if ((styleable.%s[i] & 0xff000000) == 0) {", array_field_name.data())); in ProcessStyleable()
434 array_field_name.data(), array_field_name.data())); in ProcessStyleable()