OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sGlowColorFocusedPaint
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
53
private static final Paint
sGlowColorFocusedPaint
= new Paint();
185
pressed ? sGlowColorPressedPaint :
sGlowColorFocusedPaint
);
245
sGlowColorFocusedPaint
.setColor(0xffff8e00);
/packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java
56
private static final Paint
sGlowColorFocusedPaint
= new Paint();
318
sGlowColorFocusedPaint
.setColor(0xffff8e00);
Completed in 536 milliseconds