Searched refs:constantToSource (Results 1 – 5 of 5) sorted by relevance
32 import com.android.tools.metalava.model.psi.CodePrinter.Companion.constantToSource in <lambda>()200 is PsiLiteral -> sb.append(constantToSource(value.value)) in appendValue()
28 import com.android.tools.metalava.model.psi.CodePrinter.Companion.constantToSource214 constantToSource(constant) in computeDefaultValue()
342 sb.append(constantToSource(constant)) in appendExpression()477 fun constantToSource(value: Any?): String { in constantToSource() method
184 is ULiteralExpression -> sb.append(CodePrinter.constantToSource(value.value)) in appendValue()
172 XmlUtils.toXmlAttributeValue(CodePrinter.constantToSource(initialValue)) in <lambda>()