HomeSort by relevance Sort by last modified time
    Searched refs:mFunctionKeyTextSize (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 101 private int mFunctionKeyTextSize;
136 mFunctionKeyTextSize = (int) (scale * FUNCTION_KEY_TEXT_SIZE_RATIO);
196 return mFunctionKeyTextSize;
SoftKeyboardView.java 85 private int mFunctionKeyTextSize;
407 mFunctionKeyTextSize = env.getKeyTextSize(true);
422 mPaint.setTextSize(mFunctionKeyTextSize);

Completed in 33 milliseconds