HomeSort by relevance Sort by last modified time
    Searched refs:debugPaint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/
IconUtilities.java 157 Paint debugPaint = new Paint();
158 debugPaint.setColor(0xffcccc00);
159 canvas.drawRect(left, top, left+width, top+height, debugPaint);
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 152 Paint debugPaint = new Paint();
153 debugPaint.setColor(0xffcccc00);
154 canvas.drawRect(left, top, left+width, top+height, debugPaint);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 286 Paint debugPaint = new Paint();
287 debugPaint.setColor(0xffcccc00);
288 canvas.drawRect(left, top, left+width, top+height, debugPaint);
    [all...]

Completed in 69 milliseconds