OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlurPaint
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java
28
private final Paint
mBlurPaint
= new Paint();
64
mBlurPaint
.setFilterBitmap(true);
65
mBlurPaint
.setAntiAlias(true);
136
mBlurPaint
.setMaskFilter(outerBlurMaskFilter);
138
Bitmap thickOuterBlur = glowShape.extractAlpha(
mBlurPaint
, outerBlurOffset);
140
mBlurPaint
.setMaskFilter(sMediumOuterBlurMaskFilter);
142
mBlurPaint
.setMaskFilter(sThinOuterBlurMaskFilter);
146
Bitmap brightOutline = glowShape.extractAlpha(
mBlurPaint
, brightOutlineOffset);
165
mBlurPaint
.setMaskFilter(innerBlurMaskFilter);
167
Bitmap thickInnerBlur = glowShape.extractAlpha(
mBlurPaint
, thickInnerBlurOffset)
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java
29
private final Paint
mBlurPaint
= new Paint();
65
mBlurPaint
.setFilterBitmap(true);
66
mBlurPaint
.setAntiAlias(true);
144
mBlurPaint
.setMaskFilter(outerBlurMaskFilter);
146
Bitmap thickOuterBlur = glowShape.extractAlpha(
mBlurPaint
, outerBlurOffset);
148
mBlurPaint
.setMaskFilter(mMediumOuterBlurMaskFilter);
150
mBlurPaint
.setMaskFilter(mThinOuterBlurMaskFilter);
154
Bitmap brightOutline = glowShape.extractAlpha(
mBlurPaint
, brightOutlineOffset);
173
mBlurPaint
.setMaskFilter(innerBlurMaskFilter);
175
Bitmap thickInnerBlur = glowShape.extractAlpha(
mBlurPaint
, thickInnerBlurOffset)
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java
60
private final Paint
mBlurPaint
= new Paint();
78
mBlurPaint
.setMaskFilter(new BlurMaskFilter(blurPx, BlurMaskFilter.Blur.NORMAL));
187
Bitmap mask = src.extractAlpha(
mBlurPaint
, xy);
/frameworks/base/core/java/android/widget/
StackView.java
[
all
...]
Completed in 355 milliseconds