Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp426 out_rewrite_method->AppendStatement( in ProcessStyleable()
428 out_rewrite_method->AppendStatement( in ProcessStyleable()
430 out_rewrite_method->AppendStatement( in ProcessStyleable()
433 out_rewrite_method->AppendStatement(" }"); in ProcessStyleable()
434 out_rewrite_method->AppendStatement("}"); in ProcessStyleable()
490 out_rewrite_method->AppendStatement(StringPrintf("%s.%s = (%s.%s & 0x00ffffff) | (p << 24);", in ProcessResource()
599 rewrite_method->AppendStatement( in Generate()
DClassDefinition.cpp30 void MethodDefinition::AppendStatement(const StringPiece& statement) { in AppendStatement() function in aapt::MethodDefinition
DClassDefinition.h186 void AppendStatement(const android::StringPiece& statement);