HomeSort by relevance Sort by last modified time
    Searched defs:pointerIdBits (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 464 final int pointerIdBits = (1 << pointerId);
471 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags);
514 final int pointerIdBits = (1 << pointerId);
515 mSendHoverEnterAndMoveDelayed.post(event, true, pointerIdBits,
533 final int pointerIdBits = (1 << pointerId);
544 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
584 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
615 final int pointerIdBits = (1 << pointerId);
619 mSendHoverExitDelayed.post(event, pointerIdBits, policyFlags);
640 int pointerIdBits = 0
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 197 BitSet32 pointerIdBits;
205 if (pointerIdBits.hasBit(id)) {
209 pointerIdBits.markBit(id);
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 257 milliseconds