Home
last modified time | relevance | path

Searched refs:isPunctuation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java814 } else if (isPunctuation(label)) { in onBufferDraw()
888 private boolean isPunctuation(String label) { in isPunctuation() method in KeyboardView