Searched refs:mTextShadowColor (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java38 public int mTextShadowColor; field in class:KeyDrawParams
63 mTextShadowColor = copyFrom.mTextShadowColor;
96 mTextShadowColor = selectColor(attr.mTextShadowColor, mTextShadowColor);
H A DKeyVisualAttributes.java43 public final int mTextShadowColor; field in class:KeyVisualAttributes
122 mTextShadowColor = keyAttr.getColor(R.styleable.Keyboard_Key_keyTextShadowColor, 0);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java415 paint.setShadowLayer(mKeyTextShadowRadius, 0.0f, 0.0f, params.mTextShadowColor);

Completed in 69 milliseconds