Home
last modified time | relevance | path

Searched refs:mShadowInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java36 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 setColorAlphaBound(mShadowInfo.ambientShadowColor, alpha)); in onDraw()
71 getPaint().setShadowLayer(mShadowInfo.keyShadowBlur, 0.0f, mShadowInfo.keyShadowOffset, in onDraw()
72 setColorAlphaBound(mShadowInfo.keyShadowColor, alpha)); in onDraw()