Home
last modified time | relevance | path

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

/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java31 private static final int INVALID_POINTER = -1; field in PhotoTouchListener
51 private int mA = INVALID_POINTER;
52 private int mB = INVALID_POINTER;
141 if (mB == INVALID_POINTER) { in onTouch()
149 mB = INVALID_POINTER; in onTouch()
156 mB = INVALID_POINTER; in onTouch()
161 if (mA != INVALID_POINTER) { in onTouch()
186 if (mManualImageRotation && mB != INVALID_POINTER) { in onTouch()
200 if (mA != INVALID_POINTER) { in onTouch()
227 mA = INVALID_POINTER; in onTouch()
[all …]
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A 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()
/aosp12/frameworks/base/core/java/android/widget/
H A 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;
H A DHorizontalScrollView.java169 private int mActivePointerId = INVALID_POINTER;
175 private static final int INVALID_POINTER = -1; field in HorizontalScrollView
594 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
657 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
803 mActivePointerId = INVALID_POINTER; in onTouchEvent()
818 mActivePointerId = INVALID_POINTER; in onTouchEvent()
H A DScrollView.java180 private int mActivePointerId = INVALID_POINTER;
203 private static final int INVALID_POINTER = -1; field in ScrollView
633 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
708 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
874 mActivePointerId = INVALID_POINTER; in onTouchEvent()
883 mActivePointerId = INVALID_POINTER; in onTouchEvent()
H A DAbsListView.java688 private int mActivePointerId = INVALID_POINTER;
694 private static final int INVALID_POINTER = -1; field in AbsListView
4269 mActivePointerId = INVALID_POINTER; in onTouchUp()
4317 mActivePointerId = INVALID_POINTER; in onTouchCancel()
4613 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
4714 if (vt == null || activeId == INVALID_POINTER) {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java142 protected static final int INVALID_POINTER = -1; field in PagedView
144 protected int mActivePointerId = INVALID_POINTER;
1016 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1447 mActivePointerId = INVALID_POINTER; in resetTouchState()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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;
H A DRecyclerView.java395 private static final int INVALID_POINTER = -1; field in RecyclerView
421 private int mScrollPointerId = INVALID_POINTER;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java153 private static final int INVALID_POINTER = -1; field in NotificationStackScrollLayout
190 private int mActivePointerId = INVALID_POINTER;
3561 mActivePointerId = INVALID_POINTER; in onScrollTouch()
3572 mActivePointerId = INVALID_POINTER; in onScrollTouch()
3726 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll()
3787 mActivePointerId = INVALID_POINTER; in onInterceptTouchEventScroll()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69089 Landroid/widget/AbsListView;->INVALID_POINTER:I
71306 Landroid/widget/HorizontalScrollView;->INVALID_POINTER:I
72784 Landroid/widget/ScrollView;->INVALID_POINTER:I
73356 Landroid/widget/StackView;->INVALID_POINTER:I