Home
last modified time | relevance | path

Searched refs:ptrId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java165 int ptrId = ev.getPointerId(ptrIdx); in onTouchEvent() local
166 if (ptrId == mActivePointerId) { in onTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAssistantInputConsumer.java142 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
143 if (ptrId == mActivePointerId) { in onMotionEvent()
DTaskbarUnstashInputConsumer.java164 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
165 if (ptrId == mActivePointerId) { in onMotionEvent()
DOtherActivityInputConsumer.java271 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
272 if (ptrId == mActivePointerId) { in onMotionEvent()