HomeSort by relevance Sort by last modified time
    Searched refs:idBit (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 408 final int idBit = 1 << id;
409 if ((mTouchEventStreamPointers & idBit) != 0) {
414 mTouchEventStreamPointers |= idBit;
425 final int idBit = 1 << id;
426 if ((mTouchEventStreamPointers & idBit) == 0) {
431 mTouchEventStreamPointers &= ~idBit;
MotionEvent.java     [all...]

Completed in 106 milliseconds