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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java137 private int mLabelTextSize; field in class:KeyboardView
321 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
735 paint.setTextSize(mLabelTextSize);
743 paint.setTextSize(mLabelTextSize);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java156 private int mLabelTextSize; field in class:KeyboardView
334 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
810 paint.setTextSize(mLabelTextSize);

Completed in 200 milliseconds