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

/frameworks/base/core/java/android/view/
H A DViewGroup.java183 private int mLastTouchDownIndex = -1; field in class:ViewGroup
2271 mLastTouchDownIndex = j;
2276 mLastTouchDownIndex = childIndex;
4518 if (mLastTouchDownIndex >= index) {
4519 mLastTouchDownIndex++;
4541 if (mLastTouchDownIndex == index) {
4543 mLastTouchDownIndex = -1;
4544 } else if (mLastTouchDownIndex > index) {
4545 mLastTouchDownIndex--;

Completed in 161 milliseconds