Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java36 private final ShadowInfo mShadowInfo;
48 mShadowInfo = new ShadowInfo(context, attrs, defStyle); in DoubleShadowBubbleTextView()
79 public static class ShadowInfo { class in DoubleShadowBubbleTextView
87 public ShadowInfo(Context c, AttributeSet attrs, int defStyle) { in ShadowInfo() method in DoubleShadowBubbleTextView.ShadowInfo
90 attrs, R.styleable.ShadowInfo, defStyle, 0); in ShadowInfo()