Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DGenerators.kt822 private fun ClassPrinter.appendLinesWithContinuationIndent(text: String) { method
847 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n| "))
853 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n&& ") {