Searched defs:sGlowColorFocusedPaint (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java53 private static final Paint sGlowColorFocusedPaint = new Paint(); field in class:Utilities
185 pressed ? sGlowColorPressedPaint : sGlowColorFocusedPaint);
245 sGlowColorFocusedPaint.setColor(0xffff8e00);

Completed in 11 milliseconds