/frameworks/support/design/src/android/support/design/widget/ |
D | HeaderBehavior.java | 37 private static final int INVALID_POINTER = -1; field in HeaderBehavior 43 private int mActivePointerId = INVALID_POINTER; 82 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 103 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 177 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | BottomSheetBehavior.java | 581 mActivePointerId = ViewDragHelper.INVALID_POINTER; in reset()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 56 private static final int INVALID_POINTER = -1; field in PhotoViewPager 127 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 134 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 45 public static final int INVALID_POINTER = -1; field in ViewDragHelper 116 private int mActivePointerId = INVALID_POINTER; 501 mActivePointerId = INVALID_POINTER; in cancel() 543 mActivePointerId = INVALID_POINTER; in smoothSlideViewTo() 1202 int newActivePointer = INVALID_POINTER; in processTouchEvent() 1220 if (newActivePointer == INVALID_POINTER) { in processTouchEvent()
|
D | SwipeRefreshLayout.java | 85 private static final int INVALID_POINTER = -1; field in SwipeRefreshLayout 127 private int mActivePointerId = INVALID_POINTER; 734 if (mActivePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 754 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 1079 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | NestedScrollView.java | 153 private int mActivePointerId = INVALID_POINTER; 166 private static final int INVALID_POINTER = -1; field in NestedScrollView 639 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 701 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 847 mActivePointerId = INVALID_POINTER; in onTouchEvent() 857 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 107 private static final int INVALID_POINTER = -1; field in StackView 196 mActivePointerId = INVALID_POINTER; in initStackView() 623 if (mActivePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 632 if (pointerIndex == INVALID_POINTER) { in onInterceptTouchEvent() 649 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 714 if (pointerIndex == INVALID_POINTER) { 758 mActivePointerId = INVALID_POINTER; 891 mActivePointerId = INVALID_POINTER;
|
D | HorizontalScrollView.java | 138 private int mActivePointerId = INVALID_POINTER; 144 private static final int INVALID_POINTER = -1; field in HorizontalScrollView 489 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 544 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 679 mActivePointerId = INVALID_POINTER; in onTouchEvent() 694 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | ScrollView.java | 144 private int mActivePointerId = INVALID_POINTER; 166 private static final int INVALID_POINTER = -1; field in ScrollView 523 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 590 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 737 mActivePointerId = INVALID_POINTER; in onTouchEvent() 746 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | AbsListView.java | 652 private int mActivePointerId = INVALID_POINTER; 658 private static final int INVALID_POINTER = -1; field in AbsListView 4155 mActivePointerId = INVALID_POINTER; in onTouchUp() 4199 mActivePointerId = INVALID_POINTER; in onTouchCancel() 4481 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 4574 if (vt == null || activeId == INVALID_POINTER) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 166 private int mActivePointerId = INVALID_POINTER; 171 private static final int INVALID_POINTER = -1; field in ViewPager 1813 mActivePointerId = INVALID_POINTER; 1846 if (activePointerId == INVALID_POINTER) { 2033 mActivePointerId = INVALID_POINTER; 2043 mActivePointerId = INVALID_POINTER;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 107 private static final int INVALID_POINTER = -1; field in NotificationStackScrollLayout 130 private int mActivePointerId = INVALID_POINTER; 1361 mActivePointerId = INVALID_POINTER; in onScrollTouch() 1371 mActivePointerId = INVALID_POINTER; in onScrollTouch() 2908 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll() 2967 mActivePointerId = INVALID_POINTER; in onInterceptTouchEventScroll()
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | ViewPager.java | 210 private int mActivePointerId = INVALID_POINTER; 215 private static final int INVALID_POINTER = -1; field in ViewPager 2090 if (activePointerId == INVALID_POINTER) { 2319 mActivePointerId = INVALID_POINTER;
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 384 private static final int INVALID_POINTER = -1; field in RecyclerView 408 private int mScrollPointerId = INVALID_POINTER;
|
/frameworks/support/api/ |
D | current.txt | 7534 field public static final int INVALID_POINTER = -1; // 0xffffffff
|