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

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 52 private static final Paint sGlowColorPressedPaint = new Paint();
185 pressed ? sGlowColorPressedPaint : sGlowColorFocusedPaint);
244 sGlowColorPressedPaint.setColor(0xffffc300);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 55 private static final Paint sGlowColorPressedPaint = new Paint();
317 sGlowColorPressedPaint.setColor(0xffffc300);

Completed in 27 milliseconds