/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/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 80 private static final int INVALID_POINTER = -1; field in SwipeRefreshLayout 121 private int mActivePointerId = INVALID_POINTER; 675 if (mActivePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 699 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 992 if (mActivePointerId == INVALID_POINTER) { in onTouchEvent() 1003 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | ViewDragHelper.java | 44 public static final int INVALID_POINTER = -1; field in ViewDragHelper 115 private int mActivePointerId = INVALID_POINTER; 498 mActivePointerId = INVALID_POINTER; in cancel() 540 mActivePointerId = INVALID_POINTER; in smoothSlideViewTo() 1184 int newActivePointer = INVALID_POINTER; in processTouchEvent() 1202 if (newActivePointer == INVALID_POINTER) { in processTouchEvent()
|
D | NestedScrollView.java | 128 private int mActivePointerId = INVALID_POINTER; 141 private static final int INVALID_POINTER = -1; field in NestedScrollView 598 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 658 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 800 mActivePointerId = INVALID_POINTER; in onTouchEvent() 806 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 | 135 private int mActivePointerId = INVALID_POINTER; 141 private static final int INVALID_POINTER = -1; field in HorizontalScrollView 469 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 524 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 659 mActivePointerId = INVALID_POINTER; in onTouchEvent() 674 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | ScrollView.java | 141 private int mActivePointerId = INVALID_POINTER; 163 private static final int INVALID_POINTER = -1; field in ScrollView 511 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 576 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 723 mActivePointerId = INVALID_POINTER; in onTouchEvent() 732 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
D | AbsListView.java | 641 private int mActivePointerId = INVALID_POINTER; 647 private static final int INVALID_POINTER = -1; field in AbsListView 3987 mActivePointerId = INVALID_POINTER; in onTouchUp() 4031 mActivePointerId = INVALID_POINTER; in onTouchCancel() 4308 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 4401 if (vt == null || activeId == INVALID_POINTER) {
|
/frameworks/support/design/src/android/support/design/widget/ |
D | AppBarLayout.java | 630 private static final int INVALID_POINTER = -1; field in AppBarLayout.Behavior 646 private int mActivePointerId = INVALID_POINTER; 739 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent() 771 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent() 824 mActivePointerId = INVALID_POINTER; in onTouchEvent()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 186 private int mActivePointerId = INVALID_POINTER; 191 private static final int INVALID_POINTER = -1; field in ViewPager 1883 mActivePointerId = INVALID_POINTER; 1916 if (activePointerId == INVALID_POINTER) { 2105 mActivePointerId = INVALID_POINTER; 2113 mActivePointerId = INVALID_POINTER;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 192 private int mActivePointerId = INVALID_POINTER; 197 private static final int INVALID_POINTER = -1; field in ViewPager 1824 mActivePointerId = INVALID_POINTER; 1857 if (activePointerId == INVALID_POINTER) { 2044 mActivePointerId = INVALID_POINTER; 2054 mActivePointerId = INVALID_POINTER;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 75 private static final int INVALID_POINTER = -1; field in NotificationStackScrollLayout 954 mActivePointerId = INVALID_POINTER; in onScrollTouch() 964 mActivePointerId = INVALID_POINTER; in onScrollTouch() 2118 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll() 2177 mActivePointerId = INVALID_POINTER; in onInterceptTouchEventScroll()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 326 private static final int INVALID_POINTER = -1; field in RecyclerView 350 private int mScrollPointerId = INVALID_POINTER;
|
/frameworks/support/v4/api/ |
D | 22.0.0.txt | 2825 field public static final int INVALID_POINTER = -1; // 0xffffffff
|
D | 22.1.0.txt | 3091 field public static final int INVALID_POINTER = -1; // 0xffffffff
|
D | 22.2.1.txt | 3167 field public static final int INVALID_POINTER = -1; // 0xffffffff
|
D | 22.2.0.txt | 3166 field public static final int INVALID_POINTER = -1; // 0xffffffff
|
D | 23.txt | 3456 field public static final int INVALID_POINTER = -1; // 0xffffffff
|
D | current.txt | 3462 field public static final int INVALID_POINTER = -1; // 0xffffffff
|