Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java486 Paint debugPaint = new Paint(); in onDraw() local
487 debugPaint.setStrokeWidth(Utilities.dpToPx(1)); in onDraw()
506 debugPaint.setColor(Color.RED); in onDraw()
508 getReorderRadius(targetCell, 1, 1), debugPaint); in onDraw()
512 debugPaint.setColor(Color.GREEN); in onDraw()
514 getFolderCreationRadius(targetCell), debugPaint); in onDraw()