Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp356 std::string r_txt_contents; in ProcessStyleable() local
366 r_txt_contents = field_name.ref; in ProcessStyleable()
370 r_txt_contents = to_string(attr_id); in ProcessStyleable()
377 r_txt_printer->Print(" ").Print(r_txt_contents); in ProcessStyleable()