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

/frameworks/base/core/java/android/view/
H A DViewGroup.java180 private int mLastTouchDownIndex = -1; field in class:ViewGroup
2056 mLastTouchDownIndex = j;
2061 mLastTouchDownIndex = childIndex;
4023 if (mLastTouchDownIndex >= index) {
4024 mLastTouchDownIndex++;
4046 if (mLastTouchDownIndex == index) {
4048 mLastTouchDownIndex = -1;
4049 } else if (mLastTouchDownIndex > index) {
4050 mLastTouchDownIndex--;

Completed in 1894 milliseconds