Searched refs:INVALID_POINTER (Results 1 – 4 of 4) sorted by relevance
31 private static final int INVALID_POINTER = -1; field in PhotoTouchListener51 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 …]
128 private int mActivePointerId = INVALID_POINTER;143 private static final int INVALID_POINTER = -1; field in ScrollerView525 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()
147 protected static final int INVALID_POINTER = -1; field in PagedView149 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()
154 protected static final int INVALID_POINTER = -1; field in PagedView156 protected int mActivePointerId = INVALID_POINTER;1354 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()1872 mActivePointerId = INVALID_POINTER; in resetTouchState()