Home
last modified time | relevance | path

Searched refs:isTwoFingerPassthroughEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java703 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
710 && mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
778 if (mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
864 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchExploring()
920 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleMotionEventStateDragging()
H A DGestureManifold.java393 public boolean isTwoFingerPassthroughEnabled() { in isTwoFingerPassthroughEnabled() method in GestureManifold
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java2379 public boolean isTwoFingerPassthroughEnabled() { in isTwoFingerPassthroughEnabled() method in AbstractAccessibilityServiceConnection
H A DAccessibilityManagerService.java2958 requestTwoFingerPassthrough = service.isTwoFingerPassthroughEnabled(); in updateTouchExplorationLocked()