Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
481 final int pointerIdBits = (1 << pointerId); in onGestureCancelled() local536 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local555 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local640 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local665 int pointerIdBits = 0; in handleMotionEventStateDragging() local859 int pointerIdBits = 0; in sendDownForAllNotInjectedPointers() local881 final int pointerIdBits = event.getPointerIdBits(); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() local898 final int pointerIdBits = event.getPointerIdBits(); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() local912 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local937 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local[all …]
2913 private TouchTarget addTouchTarget(@NonNull View child, int pointerIdBits) { in addTouchTarget()2923 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()8576 public int pointerIdBits; field in ViewGroup.TouchTarget8585 public static TouchTarget obtain(@NonNull View child, int pointerIdBits) { in obtain()
169 BitSet32 pointerIdBits; in validateMotionEvent() local