Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
209 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local252 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local359 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local430 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local444 final int pointerIdBits = (1 << mDraggingPointerId); in handleMotionEventStateDragging() local557 int pointerIdBits = 0; in sendDownForAllActiveNotInjectedPointers() local592 private void ensureHoverExitSent(MotionEvent prototype, int pointerIdBits, int policyFlags) { in ensureHoverExitSent()609 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local657 int pointerIdBits = 0; in sendMotionEventStripInactivePointers() local677 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local[all …]
1845 private TouchTarget addTouchTarget(View child, int pointerIdBits) { in addTouchTarget()1855 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()5606 public int pointerIdBits; field in ViewGroup.TouchTarget5614 public static TouchTarget obtain(View child, int pointerIdBits) { in obtain()
163 BitSet32 pointerIdBits; in validateMotionEvent() local