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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java234 private float mCandNormalTextSize; field in class:TextCandidatesViewManager
452 mCandNormalTextSize = r.getDimensionPixelSize(R.dimen.cand_normal_text_size);
1016 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCandNormalTextSize);
1092 text.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCandNormalTextSize);

Completed in 36 milliseconds