Searched refs:touchCount (Results 1 – 2 of 2) sorted by relevance
57 int touchCount = event.getPointerCount(); in onTouchEvent() local73 if (touchCount == 1 && vStart != null) { in onTouchEvent()88 } else if (touchCount == 1) { in onTouchEvent()
700 int touchCount = event.getPointerCount(); in onTouchEventInternal() local707 maxTouchCount = Math.max(maxTouchCount, touchCount); in onTouchEventInternal()708 if (touchCount >= 2) { in onTouchEventInternal()734 if (touchCount >= 2) { in onTouchEventInternal()894 if (isZooming && touchCount == 2) { in onTouchEventInternal()904 if (touchCount < 3) { in onTouchEventInternal()908 if (touchCount < 2) { in onTouchEventInternal()917 if (touchCount == 1) { in onTouchEventInternal()