OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mkeytextshadowradius
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java
81
private final float
mKeyTextShadowRadius
;
138
mKeyTextShadowRadius
= keyboardViewAttr.getFloat(
415
paint.setShadowLayer(
mKeyTextShadowRadius
, 0.0f, 0.0f, params.mTextShadowColor);
Completed in 269 milliseconds