Home
last modified time | relevance | path

Searched refs:sGlowColorFocusedPaint (Results 1 – 1 of 1) sorted by relevance

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