Searched defs:pointerIdBits (Results 1 – 3 of 3) sorted by relevance
444 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local464 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local622 final int pointerIdBits = (1 << pointerId); in handleMotionEventStateTouchExploring() local653 final int pointerIdBits = (1 << mDraggingPointerId); in handleMotionEventStateDragging() local876 int pointerIdBits = 0; in sendDownForAllNotInjectedPointers() local898 final int pointerIdBits = event.getPointerIdBits(); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() local915 final int pointerIdBits = event.getPointerIdBits(); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() local930 int pointerIdBits = 0; in sendUpForInjectedDownPointers() local955 final int pointerIdBits = (1 << pointerId); in sendActionDownAndUp() local970 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, in sendMotionEvent()[all …]
2252 private TouchTarget addTouchTarget(View child, int pointerIdBits) { in addTouchTarget()2262 private void removePointersFromTouchTargets(int pointerIdBits) { in removePointersFromTouchTargets()7020 public int pointerIdBits; field in ViewGroup.TouchTarget7028 public static TouchTarget obtain(View child, int pointerIdBits) { in obtain()
155 BitSet32 pointerIdBits; in validateMotionEvent() local