Home | History | Annotate | Download | only in launcher3

Lines Matching refs:INVALID_POINTER

144     protected static final int INVALID_POINTER = -1;
146 protected int mActivePointerId = INVALID_POINTER;
1302 if (mActivePointerId != INVALID_POINTER) {
1305 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1309 // while it's small- this was causing a crash before we checked for INVALID_POINTER)
1822 mActivePointerId = INVALID_POINTER;