Searched refs:mKeyTextSize (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java138 private int mKeyTextSize; field in class:KeyboardView
315 mKeyTextSize = a.getDimensionPixelSize(attr, 18);
738 paint.setTextSize(mKeyTextSize);
746 paint.setTextSize(mKeyTextSize);
942 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java157 private int mKeyTextSize; field in class:KeyboardView
325 mKeyTextSize = a.getDimensionPixelSize(attr, 18);
366 mPaint.setTextSize(mKeyTextSize);
814 paint.setTextSize(mKeyTextSize);
1041 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize);

Completed in 82 milliseconds