Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java452 Paint debugPaint = new Paint(); in onDraw() local
453 debugPaint.setStrokeWidth(Utilities.dpToPx(1)); in onDraw()
472 debugPaint.setColor(Color.RED); in onDraw()
474 debugPaint); in onDraw()
478 debugPaint.setColor(Color.GREEN); in onDraw()
480 getFolderCreationRadius(targetCell), debugPaint); in onDraw()