Searched refs:doPrintValue (Results 1 – 4 of 4) sorted by relevance
20 private val hashCode by lazy { doPrintValue().hashCode() } in <lambda>()27 protected abstract fun doPrintValue(): String in doPrintValue() method in android.tools.datatypes.DataType29 final override fun toString() = if (isEmpty) "[empty]" else doPrintValue() in doPrintValue()
29 override fun doPrintValue() = "$width x $height" in doPrintValue() method in android.tools.datatypes.Size
28 override fun doPrintValue() = "w:$width, h:$height, stride:$stride, format:$format" in doPrintValue() method
43 override fun doPrintValue() = buildString { in doPrintValue() method in android.tools.datatypes.Matrix33