Home | History | Annotate | Download | only in widget

Lines Matching refs:shadowColor

738         int shadowcolor = 0;
807 shadowcolor = appearance.getInt(attr, 0);
1052 shadowcolor = a.getInt(attr, 0);
1432 if (shadowcolor != 0) {
1433 setShadowLayer(r, dx, dy, shadowcolor);
2837 final int shadowColor = ta.getInt(R.styleable.TextAppearance_shadowColor, 0);
2838 if (shadowColor != 0) {
2842 setShadowLayer(r, dx, dy, shadowColor);