Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
483 final int pointerIdBits = (1 << pointerId); in onGestureCancelled() local533 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local552 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local634 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local659 int pointerIdBits = 0; in handleMotionEventStateDragging() local839 int pointerIdBits = 0; in sendDownForAllNotInjectedPointers() local861 final int pointerIdBits = event.getPointerIdBits(); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() local878 final int pointerIdBits = event.getPointerIdBits(); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() local893 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local918 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local[all …]
2815 private TouchTarget addTouchTarget(@NonNull View child, int pointerIdBits) { in addTouchTarget()2825 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()8146 public int pointerIdBits; field in ViewGroup.TouchTarget8154 public static TouchTarget obtain(@NonNull View child, int pointerIdBits) { in obtain()
158 BitSet32 pointerIdBits; in validateMotionEvent() local