Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java108 private int mTopFocusedWindowId = AccessibilityWindowInfo.UNDEFINED_WINDOW_ID; field in AccessibilityWindowManager
848 mTopFocusedWindowId = findWindowIdLocked(userId, mTopFocusedWindowToken); in updateWindowsLocked()
851 mTopFocusedWindowId = AccessibilityWindowInfo.UNDEFINED_WINDOW_ID; in updateWindowsLocked()
923 mActiveWindowId = mTopFocusedWindowId; in updateWindowsLocked()
1726 mTopFocusedWindowId = findFocusedWindowId(userId); in updateActiveAndAccessibilityFocusedWindowLocked()
1727 if (windowId == mTopFocusedWindowId) { in updateActiveAndAccessibilityFocusedWindowLocked()
1807 setActiveWindowLocked(mTopFocusedWindowId); in onTouchInteractionEnd()
1957 return mTopFocusedWindowId; in getDefaultFocus()
1966 return mTopFocusedWindowId; in getProxyFocus()
2390 pw.println(" Top Focused Window Id = " + mTopFocusedWindowId); in dump()