Searched refs:topApp (Results 1 – 3 of 3) sorted by relevance
48 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.CacheEntry139 CacheEntry(TaskSnapshot snapshot, AppWindowToken topApp) { in CacheEntry() argument141 this.topApp = topApp; in CacheEntry()
565 final AppWindowToken topApp = mTask.getTopVisibleAppToken(); in createRemoteAnimationApp() local566 final WindowState mainWindow = topApp != null in createRemoteAnimationApp()567 ? topApp.findMainWindow() in createRemoteAnimationApp()575 !topApp.fillsParent(), mainWindow.mWinAnimator.mLastClipRect, in createRemoteAnimationApp()
768 AppWindowToken topApp = null; in getTopApp() local777 topApp = app; in getTopApp()780 return topApp; in getTopApp()