Searched refs:ptrIdx (Results 1 – 5 of 5) sorted by relevance
243 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local244 if (!mRotationTouchHelper.isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()251 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local252 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent()254 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()
167 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local168 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent()170 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onMotionEvent()
156 int ptrIdx = ev.getActionIndex(); in onMotionEvent() local157 if (!mDeviceState.getRotationTouchHelper().isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()
157 int ptrIdx = ev.getActionIndex(); in onTouchEvent() local158 int ptrId = ev.getPointerId(ptrIdx); in onTouchEvent()160 final int newPointerIdx = ptrIdx == 0 ? 1 : 0; in onTouchEvent()