Searched refs:sGlowColorFocusedPaint (Results 1 - 2 of 2) 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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java56 private static final Paint sGlowColorFocusedPaint = new Paint(); field in class:Utilities
302 sGlowColorFocusedPaint.setColor(0xffff8e00);

Completed in 8 milliseconds