Searched refs:mShadowInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | DoubleShadowBubbleTextView.java | 36 private final ShadowInfo mShadowInfo; field in DoubleShadowBubbleTextView 48 mShadowInfo = new ShadowInfo(context, attrs, defStyle); in DoubleShadowBubbleTextView() 49 setShadowLayer(mShadowInfo.ambientShadowBlur, 0, 0, mShadowInfo.ambientShadowColor); in DoubleShadowBubbleTextView() 55 if (mShadowInfo.skipDoubleShadow(this)) { in onDraw() 62 getPaint().setShadowLayer(mShadowInfo.ambientShadowBlur, 0, 0, in onDraw() 63 getTextShadowColor(mShadowInfo.ambientShadowColor, alpha)); in onDraw() 72 mShadowInfo.keyShadowBlur, in onDraw() 73 mShadowInfo.keyShadowOffsetX, in onDraw() 74 mShadowInfo.keyShadowOffsetY, in onDraw() 75 getTextShadowColor(mShadowInfo.keyShadowColor, alpha)); in onDraw()
|