Searched refs:mKeyTextSize (Results 1 - 1 of 1) 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);

Completed in 27 milliseconds