Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
464 final int pointerIdBits = (1 << pointerId); in onGestureCancelled() local514 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local533 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local615 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local640 int pointerIdBits = 0; in handleMotionEventStateDragging() local824 int pointerIdBits = 0; in sendDownForAllNotInjectedPointers() local846 final int pointerIdBits = event.getPointerIdBits(); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() local863 final int pointerIdBits = event.getPointerIdBits(); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() local878 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local903 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local[all …]
2877 private TouchTarget addTouchTarget(@NonNull View child, int pointerIdBits) { in addTouchTarget()2887 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()8349 public int pointerIdBits; field in ViewGroup.TouchTarget8357 public static TouchTarget obtain(@NonNull View child, int pointerIdBits) { in obtain()
167 BitSet32 pointerIdBits; in validateMotionEvent() local