Searched refs:INVALID_POINTER (Results 1 – 2 of 2) 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 …]
132 protected static final int INVALID_POINTER = -1; field in PagedView134 protected int mActivePointerId = INVALID_POINTER;940 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()1352 mActivePointerId = INVALID_POINTER; in resetTouchState()