Home
last modified time | relevance | path

Searched refs:mKeyTextShadowRadius (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java90 private final float mKeyTextShadowRadius; field in KeyboardView
153 mKeyTextShadowRadius = keyboardViewAttr.getFloat( in KeyboardView()
429 if (mKeyTextShadowRadius > 0.0f) { in onDrawKeyTopVisuals()
430 paint.setShadowLayer(mKeyTextShadowRadius, 0.0f, 0.0f, params.mTextShadowColor); in onDrawKeyTopVisuals()