Home
last modified time | relevance | path

Searched refs:topApp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotCache.java48 mAppTaskMap.remove(entry.topApp); in putSnapshot()
114 mAppTaskMap.remove(entry.topApp); in removeRunningEntry()
126 pw.println(triplePrefix + "topApp=" + entry.topApp); in dump()
137 final AppWindowToken topApp; field in TaskSnapshotCache.CacheEntry
139 CacheEntry(TaskSnapshot snapshot, AppWindowToken topApp) { in CacheEntry() argument
141 this.topApp = topApp; in CacheEntry()
DRecentsAnimationController.java565 final AppWindowToken topApp = mTask.getTopVisibleAppToken(); in createRemoteAnimationApp() local
566 final WindowState mainWindow = topApp != null in createRemoteAnimationApp()
567 ? topApp.findMainWindow() in createRemoteAnimationApp()
575 !topApp.fillsParent(), mainWindow.mWinAnimator.mLastClipRect, in createRemoteAnimationApp()
DWindowSurfacePlacer.java768 AppWindowToken topApp = null; in getTopApp() local
777 topApp = app; in getTopApp()
780 return topApp; in getTopApp()