Searched refs:idBit (Results 1 – 2 of 2) sorted by relevance
412 final int idBit = 1 << id; in onTouchEvent() local413 if ((mTouchEventStreamPointers & idBit) != 0) { in onTouchEvent()418 mTouchEventStreamPointers |= idBit; in onTouchEvent()429 final int idBit = 1 << id; in onTouchEvent() local430 if ((mTouchEventStreamPointers & idBit) == 0) { in onTouchEvent()435 mTouchEventStreamPointers &= ~idBit; in onTouchEvent()
3093 final int idBit = 1 << pp[newPointerCount].id; in split() local3094 if ((idBit & idBits) != 0) { in split()3100 newIdBits |= idBit; in split()