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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java237 private float mCandCategoryTextSize; field in class:TextCandidatesViewManager
453 mCandCategoryTextSize = r.getDimensionPixelSize(R.dimen.cand_category_text_size);
1006 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCandCategoryTextSize);

Completed in 11 milliseconds