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.kt810 private fun ClassPrinter.appendLinesWithContinuationIndent(text: String) { method
835 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n| "))
841 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n&& ") {