Searched refs:mKeyTextShadowRadius (Results 1 – 1 of 1) sorted by relevance
90 private final float mKeyTextShadowRadius; field in KeyboardView153 mKeyTextShadowRadius = keyboardViewAttr.getFloat( in KeyboardView()429 if (mKeyTextShadowRadius > 0.0f) { in onDrawKeyTopVisuals()430 paint.setShadowLayer(mKeyTextShadowRadius, 0.0f, 0.0f, params.mTextShadowColor); in onDrawKeyTopVisuals()