Searched defs:INVALID_POINTER (Results 1 - 13 of 13) 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.java135 private int mActivePointerId = INVALID_POINTER;
141 private static final int INVALID_POINTER = -1; field in class:HorizontalScrollView
469 if (activePointerId == INVALID_POINTER) {
524 mActivePointerId = INVALID_POINTER;
659 mActivePointerId = INVALID_POINTER;
674 mActivePointerId = INVALID_POINTER;
H A DScrollView.java141 private int mActivePointerId = INVALID_POINTER;
163 private static final int INVALID_POINTER = -1; field in class:ScrollView
511 if (activePointerId == INVALID_POINTER) {
576 mActivePointerId = INVALID_POINTER;
723 mActivePointerId = INVALID_POINTER;
732 mActivePointerId = INVALID_POINTER;
H A DStackView.java107 private static final int INVALID_POINTER = -1; field in class:StackView
196 mActivePointerId = INVALID_POINTER;
623 if (mActivePointerId == INVALID_POINTER) {
632 if (pointerIndex == INVALID_POINTER) {
649 mActivePointerId = INVALID_POINTER;
714 if (pointerIndex == INVALID_POINTER) {
758 mActivePointerId = INVALID_POINTER;
891 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java641 private int mActivePointerId = INVALID_POINTER;
647 private static final int INVALID_POINTER = -1; field in class:AbsListView
4011 mActivePointerId = INVALID_POINTER;
4055 mActivePointerId = INVALID_POINTER;
4332 mActivePointerId = INVALID_POINTER;
4425 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java630 private static final int INVALID_POINTER = -1; field in class:AppBarLayout.Behavior
646 private int mActivePointerId = INVALID_POINTER;
739 if (activePointerId == INVALID_POINTER) {
771 mActivePointerId = INVALID_POINTER;
824 mActivePointerId = 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;
1184 int newActivePointer = INVALID_POINTER;
1202 if (newActivePointer == INVALID_POINTER) {
H A DNestedScrollView.java128 private int mActivePointerId = INVALID_POINTER;
141 private static final int INVALID_POINTER = -1; field in class:NestedScrollView
598 if (activePointerId == INVALID_POINTER) {
658 mActivePointerId = INVALID_POINTER;
800 mActivePointerId = INVALID_POINTER;
806 mActivePointerId = INVALID_POINTER;
H A DSwipeRefreshLayout.java80 private static final int INVALID_POINTER = -1; field in class:SwipeRefreshLayout
121 private int mActivePointerId = INVALID_POINTER;
675 if (mActivePointerId == INVALID_POINTER) {
699 mActivePointerId = INVALID_POINTER;
992 if (mActivePointerId == INVALID_POINTER) {
1003 mActivePointerId = INVALID_POINTER;
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java192 private int mActivePointerId = INVALID_POINTER;
197 private static final int INVALID_POINTER = -1; field in class:ViewPager
1824 mActivePointerId = INVALID_POINTER;
1857 if (activePointerId == INVALID_POINTER) {
2044 mActivePointerId = INVALID_POINTER;
2054 mActivePointerId = INVALID_POINTER;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java186 private int mActivePointerId = INVALID_POINTER;
191 private static final int INVALID_POINTER = -1; field in class:ViewPager
1883 mActivePointerId = INVALID_POINTER;
1916 if (activePointerId == INVALID_POINTER) {
2105 mActivePointerId = INVALID_POINTER;
2113 mActivePointerId = INVALID_POINTER;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java75 private static final int INVALID_POINTER = -1; field in class:NotificationStackScrollLayout
954 mActivePointerId = INVALID_POINTER;
964 mActivePointerId = INVALID_POINTER;
2121 if (activePointerId == INVALID_POINTER) {
2180 mActivePointerId = INVALID_POINTER;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java326 private static final int INVALID_POINTER = -1; field in class:RecyclerView
350 private int mScrollPointerId = INVALID_POINTER;

Completed in 423 milliseconds