Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java100 private int mTopFocusedWindowId = AccessibilityWindowInfo.UNDEFINED_WINDOW_ID; field in AccessibilityWindowManager
667 mTopFocusedWindowId = findWindowIdLocked(userId, mTopFocusedWindowToken); in updateWindowsLocked()
670 mTopFocusedWindowId = AccessibilityWindowInfo.UNDEFINED_WINDOW_ID; in updateWindowsLocked()
742 mActiveWindowId = mTopFocusedWindowId; in updateWindowsLocked()
949 pw.println(" Top Focused Window Id = " + mTopFocusedWindowId); in dumpLocked()
1561 mTopFocusedWindowId = findFocusedWindowId(userId); in updateActiveAndAccessibilityFocusedWindowLocked()
1562 if (windowId == mTopFocusedWindowId) { in updateActiveAndAccessibilityFocusedWindowLocked()
1642 setActiveWindowLocked(mTopFocusedWindowId); in onTouchInteractionEnd()
1792 return mTopFocusedWindowId; in getDefaultFocus()
1801 return mTopFocusedWindowId; in getProxyFocus()