Searched defs:mLastTouchDownIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java192 private int mLastTouchDownIndex = -1; field in class:ViewGroup
2600 mLastTouchDownIndex = j;
2605 mLastTouchDownIndex = childIndex;
5023 if (mLastTouchDownIndex >= index) {
5024 mLastTouchDownIndex++;
5046 if (mLastTouchDownIndex == index) {
5048 mLastTouchDownIndex = -1;
5049 } else if (mLastTouchDownIndex > index) {
5050 mLastTouchDownIndex--;

Completed in 42 milliseconds