Searched refs:sGlowColorPressedPaint (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java52 private static final Paint sGlowColorPressedPaint = new Paint(); field in class:Utilities
185 pressed ? sGlowColorPressedPaint : sGlowColorFocusedPaint);
244 sGlowColorPressedPaint.setColor(0xffffc300);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java55 private static final Paint sGlowColorPressedPaint = new Paint(); field in class:Utilities
301 sGlowColorPressedPaint.setColor(0xffffc300);

Completed in 825 milliseconds