Searched refs:mShadowColor (Results 1 – 3 of 3) sorted by relevance
141 private int mShadowColor; field in KeyboardView330 mShadowColor = a.getColor(attr, 0); in KeyboardView()707 paint.setShadowLayer(mShadowRadius, 0, 0, mShadowColor); in onBufferDraw()
61 int mShadowColor; member
2716 const int shadowAlpha = ((mDrawModifiers.mShadowColor >> 24) & 0xFF) * mSnapshot->alpha; in drawTextShadow()2717 int shadowColor = mDrawModifiers.mShadowColor; in drawTextShadow()3163 mDrawModifiers.mShadowColor = color; in setupShadow()