OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyExpensiveOutlineWithBlur
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java
96
void
applyExpensiveOutlineWithBlur
(Bitmap srcDst, Canvas srcDstCanvas, int color,
98
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, true,
101
void
applyExpensiveOutlineWithBlur
(Bitmap srcDst, Canvas srcDstCanvas, int color,
202
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, EXTRA_THICK);
207
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, THICK);
212
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, clipAlpha,
218
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, MEDIUM);
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java
87
void
applyExpensiveOutlineWithBlur
(Bitmap srcDst, Canvas srcDstCanvas, int color,
89
applyExpensiveOutlineWithBlur
(srcDst, srcDstCanvas, color, outlineColor, true);
91
void
applyExpensiveOutlineWithBlur
(Bitmap srcDst, Canvas srcDstCanvas, int color,
Workspace.java
[
all
...]
Completed in 277 milliseconds