Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
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 …]
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java128 private int mActivePointerId = INVALID_POINTER;
143 private static final int INVALID_POINTER = -1; field in ScrollerView
525 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
598 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
711 mActivePointerId = INVALID_POINTER; in onTouchEvent()
738 mActivePointerId = INVALID_POINTER; in onTouchEvent()
745 mActivePointerId = INVALID_POINTER; in onTouchEvent()
757 mActivePointerId = INVALID_POINTER; in onTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java147 protected static final int INVALID_POINTER = -1; field in PagedView
149 protected int mActivePointerId = INVALID_POINTER;
1013 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1068 mActivePointerId = INVALID_POINTER; in onInterceptTouchEvent()
1352 mActivePointerId = INVALID_POINTER; in onTouchEvent()
1361 mActivePointerId = INVALID_POINTER; in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java154 protected static final int INVALID_POINTER = -1; field in PagedView
156 protected int mActivePointerId = INVALID_POINTER;
1354 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1872 mActivePointerId = INVALID_POINTER; in resetTouchState()