Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java8032 final View focusedHost = mAccessibilityFocusedHost; in handleWindowContentChangedEvent() local
8033 if (focusedHost == null || mAccessibilityFocusedVirtualView == null) { in handleWindowContentChangedEvent()
8038 final AccessibilityNodeProvider provider = focusedHost.getAccessibilityNodeProvider(); in handleWindowContentChangedEvent()
8043 focusedHost.clearAccessibilityFocusNoCallbacks(0); in handleWindowContentChangedEvent()
8089 focusedHost.clearAccessibilityFocusNoCallbacks(0); in handleWindowContentChangedEvent()