Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java44 private static final int CLICK_LOCATION_ACCESSIBILITY_FOCUS = 1; field in EventDispatcher
441 final boolean targetAccessibilityFocus = (result == CLICK_LOCATION_ACCESSIBILITY_FOCUS); in clickWithTouchEvents()
457 return CLICK_LOCATION_ACCESSIBILITY_FOCUS; in computeClickLocation()
464 return CLICK_LOCATION_ACCESSIBILITY_FOCUS; in computeClickLocation()