Searched refs:mTopFocusedWindowId (Results 1 – 1 of 1) sorted by relevance
108 private int mTopFocusedWindowId = AccessibilityWindowInfo.UNDEFINED_WINDOW_ID; field in AccessibilityWindowManager848 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()