Searched refs:mTopFocusedAppByProcess (Results 1 – 2 of 2) sorted by relevance
133 final HashMap<Integer, AppWindowToken> mTopFocusedAppByProcess = new HashMap<>(); field in RootWindowContainer168 mTopFocusedAppByProcess.clear(); in updateFocusedWindowLocked()177 if (mTopFocusedAppByProcess.get(pidOfNewFocus) == null) { in updateFocusedWindowLocked()178 mTopFocusedAppByProcess.put(pidOfNewFocus, newFocus.mAppToken); in updateFocusedWindowLocked()
832 mWmService.mRoot.mTopFocusedAppByProcess.get(pid); in windowsAreFocusable()