Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java915 View mStartedDragViewForA11y; field in ViewRootImpl
8187 if (mStartedDragViewForA11y != null) { in handleDragEvent()
8189 mStartedDragViewForA11y.sendWindowContentChangedAccessibilityEvent( in handleDragEvent()
8266 if (mStartedDragViewForA11y != null) { in handleDragEvent()
8270 mStartedDragViewForA11y.sendWindowContentChangedAccessibilityEvent( in handleDragEvent()
8273 mStartedDragViewForA11y.setAccessibilityDragStarted(false); in handleDragEvent()
8275 mStartedDragViewForA11y = null; in handleDragEvent()
8365 if (mStartedDragViewForA11y == null) { in setDragStartedViewForAccessibility()
8366 mStartedDragViewForA11y = view; in setDragStartedViewForAccessibility()