Searched refs:INVALID_POINTER (Results 1 - 15 of 15) 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.java36 private static final int INVALID_POINTER = -1; field in class:HeaderBehavior
42 private int mActivePointerId = INVALID_POINTER;
81 if (activePointerId == INVALID_POINTER) {
102 mActivePointerId = INVALID_POINTER;
175 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.java138 private int mActivePointerId = INVALID_POINTER;
144 private static final int INVALID_POINTER = -1; field in class:HorizontalScrollView
489 if (activePointerId == INVALID_POINTER) {
544 mActivePointerId = INVALID_POINTER;
679 mActivePointerId = INVALID_POINTER;
694 mActivePointerId = INVALID_POINTER;
H A DScrollView.java146 private int mActivePointerId = INVALID_POINTER;
168 private static final int INVALID_POINTER = -1; field in class:ScrollView
525 if (activePointerId == INVALID_POINTER) {
592 mActivePointerId = INVALID_POINTER;
739 mActivePointerId = INVALID_POINTER;
748 mActivePointerId = INVALID_POINTER;
H A DAbsListView.java653 private int mActivePointerId = INVALID_POINTER;
659 private static final int INVALID_POINTER = -1; field in class:AbsListView
4150 mActivePointerId = INVALID_POINTER;
4194 mActivePointerId = INVALID_POINTER;
4487 mActivePointerId = INVALID_POINTER;
4586 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/support/core-ui/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
482 * or {@link #INVALID_POINTER}.
500 mActivePointerId = INVALID_POINTER;
542 mActivePointerId = INVALID_POINTER;
1198 int newActivePointer = INVALID_POINTER;
1216 if (newActivePointer == INVALID_POINTER) {
H A DSwipeRefreshLayout.java84 private static final int INVALID_POINTER = -1; field in class:SwipeRefreshLayout
126 private int mActivePointerId = INVALID_POINTER;
706 if (mActivePointerId == INVALID_POINTER) {
726 mActivePointerId = INVALID_POINTER;
1051 mActivePointerId = INVALID_POINTER;
H A DNestedScrollView.java152 private int mActivePointerId = INVALID_POINTER;
167 private static final int INVALID_POINTER = -1; field in class:NestedScrollView
668 if (activePointerId == INVALID_POINTER) {
730 mActivePointerId = INVALID_POINTER;
874 mActivePointerId = INVALID_POINTER;
884 mActivePointerId = INVALID_POINTER;
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java167 private int mActivePointerId = INVALID_POINTER;
172 private static final int INVALID_POINTER = -1; field in class:ViewPager
1815 mActivePointerId = INVALID_POINTER;
1848 if (activePointerId == INVALID_POINTER) {
2035 mActivePointerId = INVALID_POINTER;
2045 mActivePointerId = INVALID_POINTER;
H A DRecyclerView.java394 private static final int INVALID_POINTER = -1; field in class:RecyclerView
420 private int mScrollPointerId = INVALID_POINTER;
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java201 private int mActivePointerId = INVALID_POINTER;
206 private static final int INVALID_POINTER = -1; field in class:ViewPager
2058 if (activePointerId == INVALID_POINTER) {
2286 mActivePointerId = INVALID_POINTER;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java123 private static final int INVALID_POINTER = -1; field in class:NotificationStackScrollLayout
147 private int mActivePointerId = INVALID_POINTER;
1511 mActivePointerId = INVALID_POINTER;
1521 mActivePointerId = INVALID_POINTER;
3206 if (activePointerId == INVALID_POINTER) {
3265 mActivePointerId = INVALID_POINTER;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java424 private static final int INVALID_POINTER = -1; field in class:RecyclerView
450 private int mScrollPointerId = INVALID_POINTER;

Completed in 379 milliseconds