Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java722 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
729 && mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
797 if (mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchInteracting()
895 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleActionMoveStateTouchExploring()
951 && !mGestureDetector.isTwoFingerPassthroughEnabled()) { in handleMotionEventStateDragging()
DGestureManifold.java393 public boolean isTwoFingerPassthroughEnabled() { in isTwoFingerPassthroughEnabled() method in GestureManifold
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java2554 public boolean isTwoFingerPassthroughEnabled() { in isTwoFingerPassthroughEnabled() method in AbstractAccessibilityServiceConnection
DAccessibilityManagerService.java3355 requestTwoFingerPassthrough = service.isTwoFingerPassthroughEnabled(); in updateTouchExplorationLocked()