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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java56 private static final int INVALID_POINTER = -1; field in class:PhotoViewPager
127 mActivePointerId = INVALID_POINTER;
134 if (activePointerId == INVALID_POINTER) {
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java131 private int mActivePointerId = INVALID_POINTER;
137 private static final int INVALID_POINTER = -1; field in class:HorizontalScrollView
460 if (activePointerId == INVALID_POINTER) {
515 mActivePointerId = INVALID_POINTER;
648 mActivePointerId = INVALID_POINTER;
663 mActivePointerId = INVALID_POINTER;
H A DScrollView.java138 private int mActivePointerId = INVALID_POINTER;
153 private static final int INVALID_POINTER = -1; field in class:ScrollView
490 if (activePointerId == INVALID_POINTER) {
553 mActivePointerId = INVALID_POINTER;
684 mActivePointerId = INVALID_POINTER;
693 mActivePointerId = INVALID_POINTER;
H A DStackView.java108 private static final int INVALID_POINTER = -1; field in class:StackView
190 mActivePointerId = INVALID_POINTER;
617 if (mActivePointerId == INVALID_POINTER) {
626 if (pointerIndex == INVALID_POINTER) {
643 mActivePointerId = INVALID_POINTER;
708 if (pointerIndex == INVALID_POINTER) {
752 mActivePointerId = INVALID_POINTER;
885 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java610 private int mActivePointerId = INVALID_POINTER;
616 private static final int INVALID_POINTER = -1; field in class:AbsListView
3737 mActivePointerId = INVALID_POINTER;
3781 mActivePointerId = INVALID_POINTER;
3979 mActivePointerId = INVALID_POINTER;
4071 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java44 public static final int INVALID_POINTER = -1; field in class:ViewDragHelper
115 private int mActivePointerId = INVALID_POINTER;
175 * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
480 * or {@link #INVALID_POINTER}.
498 mActivePointerId = INVALID_POINTER;
540 mActivePointerId = INVALID_POINTER;
1151 int newActivePointer = INVALID_POINTER;
1169 if (newActivePointer == INVALID_POINTER) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java97 private int mActivePointerId = INVALID_POINTER;
98 private static final int INVALID_POINTER = -1; field in class:SlidingChallengeLayout
581 if (!mIsBouncing && mActivePointerId == INVALID_POINTER
601 mActivePointerId = INVALID_POINTER;
619 mActivePointerId = INVALID_POINTER;
666 && mActivePointerId == INVALID_POINTER
H A DPagedView.java168 protected static final int INVALID_POINTER = -1; field in class:PagedView
170 protected int mActivePointerId = INVALID_POINTER;
1135 if (mActivePointerId != INVALID_POINTER) {
1141 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1145 // while it's small- this was causing a crash before we checked for INVALID_POINTER)
1702 mActivePointerId = INVALID_POINTER;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java180 private int mActivePointerId = INVALID_POINTER;
185 private static final int INVALID_POINTER = -1; field in class:ViewPager
1795 mActivePointerId = INVALID_POINTER;
1828 if (activePointerId == INVALID_POINTER) {
2017 mActivePointerId = INVALID_POINTER;
2025 mActivePointerId = INVALID_POINTER;

Completed in 5635 milliseconds