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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java132 private int mCandidateLeftAlignThreshold; field in class:TextCandidatesViewManager
439 mCandidateLeftAlignThreshold = r.getDimensionPixelSize(R.dimen.cand_left_align_threshold);
984 mLineLength += mCandidateLeftAlignThreshold;
1418 if (mLineLength < mCandidateLeftAlignThreshold) {

Completed in 59 milliseconds