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()
80 public final float ambientShadowBlur; field in DoubleShadowBubbleTextView.ShadowInfo
92 ambientShadowBlur = a.getDimension(R.styleable.ShadowInfo_ambientShadowBlur, 0); in ShadowInfo()
109 textView.getPaint().setShadowLayer(ambientShadowBlur, 0, 0, in skipDoubleShadow()