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