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

/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java55 private static final int INVALID_POINTER = -1; field in class:PhotoViewPager
126 mActivePointerId = INVALID_POINTER;
133 if (activePointerId == INVALID_POINTER) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java55 private static final int INVALID_POINTER = -1; field in class:PhotoViewPager
126 mActivePointerId = INVALID_POINTER;
133 if (activePointerId == INVALID_POINTER) {
/frameworks/base/core/java/android/widget/
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 DHorizontalScrollView.java128 private int mActivePointerId = INVALID_POINTER;
134 private static final int INVALID_POINTER = -1; field in class:HorizontalScrollView
455 if (activePointerId == INVALID_POINTER) {
510 mActivePointerId = INVALID_POINTER;
642 mActivePointerId = INVALID_POINTER;
657 mActivePointerId = INVALID_POINTER;
H A DScrollView.java135 private int mActivePointerId = INVALID_POINTER;
150 private static final int INVALID_POINTER = -1; field in class:ScrollView
485 if (activePointerId == INVALID_POINTER) {
548 mActivePointerId = INVALID_POINTER;
678 mActivePointerId = INVALID_POINTER;
687 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java596 private int mActivePointerId = INVALID_POINTER;
602 private static final int INVALID_POINTER = -1; field in class:AbsListView
3526 mActivePointerId = INVALID_POINTER;
3576 mActivePointerId = INVALID_POINTER;
3821 mActivePointerId = INVALID_POINTER;
3912 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java97 private int mActivePointerId = INVALID_POINTER;
98 private static final int INVALID_POINTER = -1; field in class:SlidingChallengeLayout
568 if (!mIsBouncing && mActivePointerId == INVALID_POINTER
586 mActivePointerId = INVALID_POINTER;
600 mActivePointerId = INVALID_POINTER;
647 && mActivePointerId == INVALID_POINTER
H A DPagedView.java161 protected static final int INVALID_POINTER = -1; field in class:PagedView
163 protected int mActivePointerId = INVALID_POINTER;
1066 if (mActivePointerId != INVALID_POINTER) {
1070 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1074 // while it's small- this was causing a crash before we checked for INVALID_POINTER)
1597 mActivePointerId = INVALID_POINTER;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java171 private int mActivePointerId = INVALID_POINTER;
176 private static final int INVALID_POINTER = -1; field in class:ViewPager
1729 mActivePointerId = INVALID_POINTER;
1762 if (activePointerId == INVALID_POINTER) {
1943 mActivePointerId = INVALID_POINTER;
1951 mActivePointerId = INVALID_POINTER;

Completed in 2659 milliseconds