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