Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
475 final int pointerIdBits = (1 << pointerId); in onGestureCancelled() local525 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local544 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local626 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local651 int pointerIdBits = 0; in handleMotionEventStateDragging() local831 int pointerIdBits = 0; in sendDownForAllNotInjectedPointers() local853 final int pointerIdBits = event.getPointerIdBits(); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() local870 final int pointerIdBits = event.getPointerIdBits(); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() local885 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local910 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local[all …]
2516 private TouchTarget addTouchTarget(@NonNull View child, int pointerIdBits) { in addTouchTarget()2526 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()7626 public int pointerIdBits; field in ViewGroup.TouchTarget7634 public static TouchTarget obtain(@NonNull View child, int pointerIdBits) { in obtain()
158 BitSet32 pointerIdBits; in validateMotionEvent() local