Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java224 private int mLastTouchDownIndex = -1; field in ViewGroup
2754 mLastTouchDownIndex = j; in dispatchTouchEvent()
2759 mLastTouchDownIndex = childIndex; in dispatchTouchEvent()
5403 if (mLastTouchDownIndex >= index) { in addInArray()
5404 mLastTouchDownIndex++; in addInArray()
5426 if (mLastTouchDownIndex == index) { in removeFromArray()
5428 mLastTouchDownIndex = -1; in removeFromArray()
5429 } else if (mLastTouchDownIndex > index) { in removeFromArray()
5430 mLastTouchDownIndex--; in removeFromArray()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64198 Landroid/view/ViewGroup;->mLastTouchDownIndex:I