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 412 final int idBit = 1 << id;
413 if ((mTouchEventStreamPointers & idBit) != 0) {
418 mTouchEventStreamPointers |= idBit;
429 final int idBit = 1 << id;
430 if ((mTouchEventStreamPointers & idBit) == 0) {
435 mTouchEventStreamPointers &= ~idBit;
    [all...]
MotionEvent.java     [all...]

Completed in 79 milliseconds