Searched refs:mTextShadowColor (Results 1 – 3 of 3) sorted by relevance
40 public int mTextShadowColor; field in KeyDrawParams69 mTextShadowColor = copyFrom.mTextShadowColor; in KeyDrawParams()106 mTextShadowColor = selectColor(attr.mTextShadowColor, mTextShadowColor); in updateParams()
45 public final int mTextShadowColor; field in KeyVisualAttributes131 mTextShadowColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyTextShadowColor, 0); in KeyVisualAttributes()
430 paint.setShadowLayer(mKeyTextShadowRadius, 0.0f, 0.0f, params.mTextShadowColor); in onDrawKeyTopVisuals()