Searched defs:mLanguageOnSpacebarTextShadowRadius (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java126 private final float mLanguageOnSpacebarTextShadowRadius; field in class:MainKeyboardView
217 mLanguageOnSpacebarTextShadowRadius = mainKeyboardViewAttr.getFloat(
907 if (mLanguageOnSpacebarTextShadowRadius > 0.0f) {
908 paint.setShadowLayer(mLanguageOnSpacebarTextShadowRadius, 0, 0,

Completed in 99 milliseconds