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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DEnvironment.java194 public int getKeyTextSize(boolean isFunctionKey) { method in class:Environment
H A DSoftKeyboardView.java256 .getKeyTextSize(SoftKeyType.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId);
406 mNormalKeyTextSize = env.getKeyTextSize(false);
407 mFunctionKeyTextSize = env.getKeyTextSize(true);

Completed in 34 milliseconds