Searched defs:INVALID_POINTER (Results 1 - 12 of 12) 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
465 if (activePointerId == INVALID_POINTER) {
520 mActivePointerId = INVALID_POINTER;
655 mActivePointerId = INVALID_POINTER;
670 mActivePointerId = INVALID_POINTER;
H A DScrollView.java138 private int mActivePointerId = INVALID_POINTER;
160 private static final int INVALID_POINTER = -1; field in class:ScrollView
501 if (activePointerId == INVALID_POINTER) {
566 mActivePointerId = INVALID_POINTER;
713 mActivePointerId = INVALID_POINTER;
722 mActivePointerId = INVALID_POINTER;
H A DStackView.java108 private static final int INVALID_POINTER = -1; field in class:StackView
197 mActivePointerId = INVALID_POINTER;
624 if (mActivePointerId == INVALID_POINTER) {
633 if (pointerIndex == INVALID_POINTER) {
650 mActivePointerId = INVALID_POINTER;
715 if (pointerIndex == INVALID_POINTER) {
759 mActivePointerId = INVALID_POINTER;
892 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java628 private int mActivePointerId = INVALID_POINTER;
634 private static final int INVALID_POINTER = -1; field in class:AbsListView
3941 mActivePointerId = INVALID_POINTER;
3985 mActivePointerId = INVALID_POINTER;
4243 mActivePointerId = INVALID_POINTER;
4336 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java73 private static final int INVALID_POINTER = -1; field in class:SwipeRefreshLayout
105 private int mActivePointerId = INVALID_POINTER;
625 if (mActivePointerId == INVALID_POINTER) {
648 mActivePointerId = INVALID_POINTER;
765 if (mActivePointerId == INVALID_POINTER) {
805 mActivePointerId = INVALID_POINTER;
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;
1181 int newActivePointer = INVALID_POINTER;
1199 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.java160 protected static final int INVALID_POINTER = -1; field in class:PagedView
162 protected int mActivePointerId = INVALID_POINTER;
1111 if (mActivePointerId != INVALID_POINTER) {
1117 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1121 // while it's small- this was causing a crash before we checked for INVALID_POINTER)
1701 mActivePointerId = INVALID_POINTER;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java185 private int mActivePointerId = INVALID_POINTER;
190 private static final int INVALID_POINTER = -1; field in class:ViewPager
1800 mActivePointerId = INVALID_POINTER;
1833 if (activePointerId == INVALID_POINTER) {
2022 mActivePointerId = INVALID_POINTER;
2030 mActivePointerId = INVALID_POINTER;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java67 private static final int INVALID_POINTER = -1; field in class:NotificationStackScrollLayout
825 mActivePointerId = INVALID_POINTER;
835 mActivePointerId = INVALID_POINTER;
1808 if (activePointerId == INVALID_POINTER) {
1867 mActivePointerId = INVALID_POINTER;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java197 private static final int INVALID_POINTER = -1; field in class:RecyclerView
221 private int mScrollPointerId = INVALID_POINTER;

Completed in 748 milliseconds