Searched refs:mStartedDragViewForA11y (Results 1 – 1 of 1) sorted by relevance
915 View mStartedDragViewForA11y; field in ViewRootImpl8187 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()