Searched refs:mTopFocusedAppByProcess (Results 1 – 2 of 2) sorted by relevance
212 final ArrayMap<Integer, ActivityRecord> mTopFocusedAppByProcess = new ArrayMap<>(); field in RootWindowContainer462 mTopFocusedAppByProcess.clear(); in updateFocusedWindowLocked()472 if (mTopFocusedAppByProcess.get(pidOfNewFocus) == null) { in updateFocusedWindowLocked()473 mTopFocusedAppByProcess.put(pidOfNewFocus, newFocus.mActivityRecord); in updateFocusedWindowLocked()
3510 mWmService.mRoot.mTopFocusedAppByProcess.get(pid); in windowsAreFocusable()