Searched refs:isServiceDetectsGesturesEnabled (Results 1 – 3 of 3) sorted by relevance
1073 public boolean isServiceDetectsGesturesEnabled(int displayId) { in isServiceDetectsGesturesEnabled() method in AccessibilityUserState
2211 && service.isServiceDetectsGesturesEnabled(displayId))) { in scheduleNotifyMotionEvent()2226 if (service.isServiceDetectsGesturesEnabled(displayId)) { in scheduleNotifyTouchState()2997 boolean mode = userState.isServiceDetectsGesturesEnabled(displayId); in updateInputFilter()3378 if (service.isServiceDetectsGesturesEnabled(displayId)) { in updateTouchExplorationLocked()
2685 public boolean isServiceDetectsGesturesEnabled(int displayId) { in isServiceDetectsGesturesEnabled() method in AbstractAccessibilityServiceConnection