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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
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 204 Paint debugPaint = new Paint();
205 debugPaint.setColor(0xffcccc00);
206 canvas.drawRect(left, top, left+width, top+height, debugPaint);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java     [all...]

Completed in 301 milliseconds