Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DAssistantTouchConsumer.java138 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
139 if (ptrId == mActivePointerId) { in onMotionEvent()
DFallbackNoButtonInputConsumer.java171 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
172 if (ptrId == mActivePointerId) { in onMotionEvent()
DOtherActivityInputConsumer.java234 int ptrId = ev.getPointerId(ptrIdx); in onMotionEvent() local
235 if (ptrId == mActivePointerId) { in onMotionEvent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSwipeDetector.java311 int ptrId = ev.getPointerId(ptrIdx); in onTouchEvent() local
312 if (ptrId == mActivePointerId) { in onTouchEvent()