Searched defs:getPointerCount (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DLatinKeyboardView.java484 public int getPointerCount() { method in class:LatinKeyboardView
500 final int pointerCount = me.getPointerCount();
H A DKeyboardSwitcher.java634 if (getPointerCount() == 1) {
665 private int getPointerCount() { method in class:KeyboardSwitcher
666 return mKeyboardView == null ? 0 : mKeyboardView.getPointerCount();
697 + " pointers=" + getPointerCount());
713 } else if (getPointerCount() == 1) {
729 } else if (getPointerCount() == 1) {

Completed in 90 milliseconds