Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java913 View mStartedDragViewForA11y; field in ViewRootImpl
8946 if (mStartedDragViewForA11y != null) { in handleDragEvent()
8948 mStartedDragViewForA11y.sendWindowContentChangedAccessibilityEvent( in handleDragEvent()
9025 if (mStartedDragViewForA11y != null) { in handleDragEvent()
9029 mStartedDragViewForA11y.sendWindowContentChangedAccessibilityEvent( in handleDragEvent()
9032 mStartedDragViewForA11y.setAccessibilityDragStarted(false); in handleDragEvent()
9034 mStartedDragViewForA11y = null; in handleDragEvent()
9142 if (mStartedDragViewForA11y == null) { in setDragStartedViewForAccessibility()
9143 mStartedDragViewForA11y = view; in setDragStartedViewForAccessibility()