Home | History | Annotate | Download | only in view

Lines Matching defs:pointerCount

353             final int pointerCount = event.getPointerCount();
374 if (pointerCount != expectedPointerCount) {
375 problem("ACTION_MOVE contained " + pointerCount
402 if (actionIndex < 0 || actionIndex >= pointerCount) {
404 + " but the pointer count is " + pointerCount + ".");
419 if (actionIndex < 0 || actionIndex >= pointerCount) {
421 + " but the pointer count is " + pointerCount + ".");
559 final int pointerCount = event.getPointerCount();
560 if (pointerCount != 1) {
561 problem("Pointer count is " + pointerCount + " but it should always be 1 for "