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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java894 int occupyCount = Math.min((textLength + indentWidth + getCandidateSpaceWidth(isEmojiSymbol)) / indentWidth, viewDivison);
953 nextEnd += getCandidateSpaceWidth(isEmojiSymbol);
972 mLineLength += getCandidateSpaceWidth(isEmojiSymbol);
987 CompareLength += getCandidateSpaceWidth(isEmojiSymbol);
1604 private int getCandidateSpaceWidth(boolean isEmojiSymbol) { method in class:TextCandidatesViewManager

Completed in 11 milliseconds