Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DDataType.kt20 private val hashCode by lazy { doPrintValue().hashCode() } in <lambda>()
27 protected abstract fun doPrintValue(): String in doPrintValue() method in android.tools.datatypes.DataType
29 final override fun toString() = if (isEmpty) "[empty]" else doPrintValue() in doPrintValue()
DSize.kt29 override fun doPrintValue() = "$width x $height" in doPrintValue() method in android.tools.datatypes.Size
DActiveBuffer.kt28 override fun doPrintValue() = "w:$width, h:$height, stride:$stride, format:$format" in doPrintValue() method
DMatrix33.kt43 override fun doPrintValue() = buildString { in doPrintValue() method in android.tools.datatypes.Matrix33