Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:mShadowColor

142     private int mShadowColor;
334 mShadowColor = a.getColor(attr, 0);
711 paint.setShadowLayer(mShadowRadius, 0, 0, mShadowColor);