Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java3789 int newActionPointerIndex = -1; in split() local
3796 newActionPointerIndex = newPointerCount; in split()
3809 if (newActionPointerIndex < 0) { in split()
3820 | (newActionPointerIndex << ACTION_POINTER_INDEX_SHIFT); in split()