Searched refs:debugPaint (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanelController.kt | 1080 val debugPaint = Paint().apply { color = Color.WHITE } regex 1087 debugPaint 1089 debugPaint.apply { 1095 canvas.drawText(debugText, 10f, offset, debugPaint) 1098 debugPaint.apply { 1105 canvas.drawRect(0f, 0f, canvasWidth, canvasHeight, debugPaint) 1108 debugPaint.color = color 1110 canvas.drawLine(x, debugInfoBottom, x, canvas.height.toFloat(), debugPaint)
|