Home
last modified time | relevance | path

Searched refs:INVALID_POINTER (Results 1 – 2 of 2) 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/Launcher3/src/com/android/launcher3/
DPagedView.java132 protected static final int INVALID_POINTER = -1; field in PagedView
134 protected int mActivePointerId = INVALID_POINTER;
940 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1352 mActivePointerId = INVALID_POINTER; in resetTouchState()