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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 483 final int pointerIdBits = (1 << pointerId);
490 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags);
533 final int pointerIdBits = (1 << pointerId);
534 mSendHoverEnterAndMoveDelayed.post(event, true, pointerIdBits,
552 final int pointerIdBits = (1 << pointerId);
563 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
603 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
634 final int pointerIdBits = (1 << pointerId);
638 mSendHoverExitDelayed.post(event, pointerIdBits, policyFlags);
659 int pointerIdBits = 0
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 158 BitSet32 pointerIdBits;
166 if (pointerIdBits.hasBit(id)) {
170 pointerIdBits.markBit(id);
    [all...]

Completed in 6756 milliseconds