Home | History | Annotate | Download | only in latin

Lines Matching refs:popupCharacters

1131         if (popupKey.popupCharacters != null) {
1132 keyboard = new Keyboard(getContext(), popupKeyboardId, popupKey.popupCharacters,
1151 // the first key of mini keyboard that was created with popupCharacters must have both top
1160 * with this key through the attributes popupLayout and popupCharacters.
1166 // TODO if popupKey.popupCharacters has only one letter, send it as key without opening
1243 if (key.popupCharacters != null && key.popupCharacters.length() > 1) {
1272 if (key.popupCharacters != null && key.popupCharacters.length() > 0
1273 && isAsciiDigit(key.popupCharacters.charAt(0))) {
1280 if (key.popupCharacters != null && key.popupCharacters.length() > 0
1281 && isAsciiDigit(key.popupCharacters.charAt(key.popupCharacters.length() - 1))) {