Searched refs:INVALID_POINTER (Results 1 - 14 of 14) 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/support/design/src/android/support/design/widget/
H A DHeaderBehavior.java37 private static final int INVALID_POINTER = -1; field in class:HeaderBehavior
43 private int mActivePointerId = INVALID_POINTER;
82 if (activePointerId == INVALID_POINTER) {
103 mActivePointerId = INVALID_POINTER;
177 mActivePointerId = INVALID_POINTER;
H A DBottomSheetBehavior.java581 mActivePointerId = ViewDragHelper.INVALID_POINTER;
/frameworks/base/core/java/android/widget/
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 DHorizontalScrollView.java135 private int mActivePointerId = INVALID_POINTER;
141 private static final int INVALID_POINTER = -1; field in class:HorizontalScrollView
481 if (activePointerId == INVALID_POINTER) {
536 mActivePointerId = INVALID_POINTER;
671 mActivePointerId = INVALID_POINTER;
686 mActivePointerId = INVALID_POINTER;
H A DScrollView.java141 private int mActivePointerId = INVALID_POINTER;
163 private static final int INVALID_POINTER = -1; field in class:ScrollView
515 if (activePointerId == INVALID_POINTER) {
582 mActivePointerId = INVALID_POINTER;
729 mActivePointerId = INVALID_POINTER;
738 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java649 private int mActivePointerId = INVALID_POINTER;
655 private static final int INVALID_POINTER = -1; field in class:AbsListView
4144 mActivePointerId = INVALID_POINTER;
4188 mActivePointerId = INVALID_POINTER;
4465 mActivePointerId = INVALID_POINTER;
4558 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java45 public static final int INVALID_POINTER = -1; field in class:ViewDragHelper
116 private int mActivePointerId = INVALID_POINTER;
176 * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
483 * or {@link #INVALID_POINTER}.
501 mActivePointerId = INVALID_POINTER;
543 mActivePointerId = INVALID_POINTER;
1202 int newActivePointer = INVALID_POINTER;
1220 if (newActivePointer == INVALID_POINTER) {
H A DSwipeRefreshLayout.java85 private static final int INVALID_POINTER = -1; field in class:SwipeRefreshLayout
127 private int mActivePointerId = INVALID_POINTER;
734 if (mActivePointerId == INVALID_POINTER) {
754 mActivePointerId = INVALID_POINTER;
1079 mActivePointerId = INVALID_POINTER;
H A DNestedScrollView.java153 private int mActivePointerId = INVALID_POINTER;
166 private static final int INVALID_POINTER = -1; field in class:NestedScrollView
639 if (activePointerId == INVALID_POINTER) {
701 mActivePointerId = INVALID_POINTER;
847 mActivePointerId = INVALID_POINTER;
857 mActivePointerId = INVALID_POINTER;
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java166 private int mActivePointerId = INVALID_POINTER;
171 private static final int INVALID_POINTER = -1; field in class:ViewPager
1813 mActivePointerId = INVALID_POINTER;
1846 if (activePointerId == INVALID_POINTER) {
2033 mActivePointerId = INVALID_POINTER;
2043 mActivePointerId = INVALID_POINTER;
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java210 private int mActivePointerId = INVALID_POINTER;
215 private static final int INVALID_POINTER = -1; field in class:ViewPager
2090 if (activePointerId == INVALID_POINTER) {
2319 mActivePointerId = INVALID_POINTER;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java106 private static final int INVALID_POINTER = -1; field in class:NotificationStackScrollLayout
129 private int mActivePointerId = INVALID_POINTER;
1349 mActivePointerId = INVALID_POINTER;
1359 mActivePointerId = INVALID_POINTER;
2896 if (activePointerId == INVALID_POINTER) {
2955 mActivePointerId = INVALID_POINTER;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java384 private static final int INVALID_POINTER = -1; field in class:RecyclerView
408 private int mScrollPointerId = INVALID_POINTER;

Completed in 1827 milliseconds