OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_THICK
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java
44
private static final int
EXTRA_THICK
= 2;
124
case
EXTRA_THICK
:
139
if (thickness ==
EXTRA_THICK
) {
153
case
EXTRA_THICK
:
202
applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor,
EXTRA_THICK
);
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java
45
private static final int
EXTRA_THICK
= 2;
132
case
EXTRA_THICK
:
147
if (thickness ==
EXTRA_THICK
) {
161
case
EXTRA_THICK
:
210
applyExpensiveOutlineWithBlur(srcDst, srcDstCanvas, color, outlineColor,
EXTRA_THICK
);
Completed in 31 milliseconds