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

/frameworks/base/core/java/android/view/
H A DViewGroup.java144 private int mLastTouchDownIndex = -1; field in class:ViewGroup
1687 mLastTouchDownIndex = i;
3412 if (mLastTouchDownIndex >= index) {
3413 mLastTouchDownIndex++;
3435 if (mLastTouchDownIndex == index) {
3437 mLastTouchDownIndex = -1;
3438 } else if (mLastTouchDownIndex > index) {
3439 mLastTouchDownIndex--;

Completed in 34 milliseconds