Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java49 setShadowLayer(mShadowInfo.ambientShadowBlur, 0, 0, mShadowInfo.ambientShadowColor); in DoubleShadowBubbleTextView()
62 getPaint().setShadowLayer(mShadowInfo.ambientShadowBlur, 0, 0, in onDraw()
84 public final float ambientShadowBlur; field in DoubleShadowBubbleTextView.ShadowInfo
97 ambientShadowBlur = a.getDimensionPixelSize( in ShadowInfo()
116 textView.getPaint().setShadowLayer(ambientShadowBlur, 0, 0, in skipDoubleShadow()