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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java883 boolean isEmojiSymbol = false;
885 isEmojiSymbol = true;
894 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) { argument
1607 if (isEmojiSymbol) {
1613 if (isEmojiSymbol) {

Completed in 33 milliseconds