Home
last modified time | relevance | path

Searched refs:INVALID_POINTER (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java56 private static final int INVALID_POINTER = -1; field in PhotoViewPager
127 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
134 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DStackView.java108 private static final int INVALID_POINTER = -1; field in StackView
199 mActivePointerId = INVALID_POINTER; in initStackView()
626 if (mActivePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
635 if (pointerIndex == INVALID_POINTER) { in onInterceptTouchEvent()
652 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
717 if (pointerIndex == INVALID_POINTER) {
761 mActivePointerId = INVALID_POINTER;
894 mActivePointerId = INVALID_POINTER;
DHorizontalScrollView.java179 private int mActivePointerId = INVALID_POINTER;
185 private static final int INVALID_POINTER = -1; field in HorizontalScrollView
604 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
667 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
813 mActivePointerId = INVALID_POINTER; in onTouchEvent()
828 mActivePointerId = INVALID_POINTER; in onTouchEvent()
DScrollView.java192 private int mActivePointerId = INVALID_POINTER;
219 private static final int INVALID_POINTER = -1; field in ScrollView
676 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
757 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
919 mActivePointerId = INVALID_POINTER; in onTouchEvent()
929 mActivePointerId = INVALID_POINTER; in onTouchEvent()
DAbsListView.java723 private int mActivePointerId = INVALID_POINTER;
729 private static final int INVALID_POINTER = -1; field in AbsListView
4379 mActivePointerId = INVALID_POINTER; in onTouchUp()
4481 mActivePointerId = INVALID_POINTER; in onTouchCancel()
4833 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
4942 if (vt == null || activeId == INVALID_POINTER) {
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java169 private int mActivePointerId = INVALID_POINTER;
174 private static final int INVALID_POINTER = -1; field in ViewPager
1821 mActivePointerId = INVALID_POINTER;
1854 if (activePointerId == INVALID_POINTER) {
2052 mActivePointerId = INVALID_POINTER;
2062 mActivePointerId = INVALID_POINTER;
DRecyclerView.java395 private static final int INVALID_POINTER = -1; field in RecyclerView
421 private int mScrollPointerId = INVALID_POINTER;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java168 private static final int INVALID_POINTER = -1; field in NotificationStackScrollLayout
194 private int mActivePointerId = INVALID_POINTER;
3687 mActivePointerId = INVALID_POINTER; in onScrollTouch()
3698 mActivePointerId = INVALID_POINTER; in onScrollTouch()
3884 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll()
3946 mActivePointerId = INVALID_POINTER; in onInterceptTouchEventScroll()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65123 Landroid/widget/AbsListView;->INVALID_POINTER:I
67340 Landroid/widget/HorizontalScrollView;->INVALID_POINTER:I
68818 Landroid/widget/ScrollView;->INVALID_POINTER:I
69390 Landroid/widget/StackView;->INVALID_POINTER:I