Searched refs:constantToSource (Results 1 – 6 of 6) sorted by relevance
22 import com.android.tools.metalava.model.psi.CodePrinter.Companion.constantToSource141 constantToSource(constant) in computeDefaultValue()
33 import com.android.tools.metalava.model.psi.CodePrinter.Companion.constantToSource177 is PsiLiteral -> sb.append(constantToSource(value.value)) in appendValue()
261 sb.append(constantToSource(constant)) in appendExpression()393 fun constantToSource(value: Any?): String { in constantToSource() method
162 is ULiteralExpression -> sb.append(CodePrinter.constantToSource(value.value)) in appendValue()
229 CodePrinter.constantToSource(constant) in <lambda>()
200 escapeAttributeValue(CodePrinter.constantToSource(initialValue)) in <lambda>()