Searched refs:ptrIdx (Results 1 – 5 of 5) sorted by relevance
261 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local262 if (!mRotationTouchHelper.isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()269 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local270 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent()272 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onMotionEvent()
146 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local147 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent()149 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onMotionEvent()
141 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local142 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent()144 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onMotionEvent()
150 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local151 if (!mDeviceState.getRotationTouchHelper().isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()
150 int ptrIdx = ev.getActionIndex(); in onTouchEvent() local151 int ptrId = ev.getPointerId(ptrIdx); in onTouchEvent()153 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onTouchEvent()