Home
last modified time | relevance | path

Searched defs:prettyPrint (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DPoint.kt20 fun prettyPrint(): String = prettyPrint(this) in prettyPrint() method in com.android.server.wm.traces.common.Point
41 fun prettyPrint(point: Point): String = "(${point.x}, ${point.y})" method
DSize.kt31 open fun prettyPrint(): String = "$width x $height" in prettyPrint() method in com.android.server.wm.traces.common.Size
DActiveBuffer.kt30 override fun prettyPrint(): String = in prettyPrint() method
DColor.kt31 override fun prettyPrint(): String { in prettyPrint() method
DMatrix33.kt35 override fun prettyPrint(): String { in prettyPrint() method
DColor3.kt31 open fun prettyPrint(): String { in prettyPrint() method in com.android.server.wm.traces.common.Color3
DRectF.kt128 fun prettyPrint(): String = in intersection() method
DMatrix22.kt32 open fun prettyPrint(): String { in prettyPrint() method in com.android.server.wm.traces.common.Matrix22
DRect.kt50 open fun prettyPrint(): String = in prettyPrint() method in com.android.server.wm.traces.common.Rect
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DTransform.kt114 fun prettyPrint(): String { in prettyPrint() method
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/region/
DRegion.kt212 fun prettyPrint(): String { in <lambda>() method