Searched refs:mOutlineHelper (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java52 private HolographicOutlineHelper mOutlineHelper; field in class:BubbleTextView
108 mOutlineHelper = HolographicOutlineHelper.obtain(getContext());
208 mPressedBackground = mOutlineHelper.createMediumDropShadow(this);
241 layout.setPressedIcon(this, mPressedBackground, mOutlineHelper.shadowBitmapPadding);
257 mPressedBackground = mOutlineHelper.createMediumDropShadow(this);
H A DWorkspace.java213 private HolographicOutlineHelper mOutlineHelper; field in class:Workspace
320 mOutlineHelper = HolographicOutlineHelper.obtain(context);
2609 mOutlineHelper.applyExpensiveOutlineWithBlur(b, mCanvas, outlineColor, outlineColor);
2635 mOutlineHelper.applyExpensiveOutlineWithBlur(b, mCanvas, outlineColor, outlineColor,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DBubbleTextView.java48 private final HolographicOutlineHelper mOutlineHelper = new HolographicOutlineHelper(); field in class:BubbleTextView
201 mOutlineHelper.applyExtraThickExpensiveOutlineWithBlur(b, canvas, glowColor, outlineColor);
H A DWorkspace.java171 private final HolographicOutlineHelper mOutlineHelper = new HolographicOutlineHelper(); field in class:Workspace
1841 mOutlineHelper.applyMediumExpensiveOutlineWithBlur(b, canvas, outlineColor, outlineColor);
1867 mOutlineHelper.applyMediumExpensiveOutlineWithBlur(b, canvas, outlineColor, outlineColor,

Completed in 208 milliseconds