Searched refs:closingApp (Results 1 – 2 of 2) sorted by relevance
1109 ActivityRecord closingApp = closingApps.valueAt(i); in applyAnimations() local1110 if (closingApp.areBoundsLetterboxed()) { in applyAnimations()1111 final Rect insets = closingApp.getLetterboxInsets(); in applyAnimations()1112 closingLetterboxes.add(new Pair(closingApp, insets)); in applyAnimations()1123 ActivityRecord closingApp = closingLetterbox.first; in applyAnimations() local1125 closingApp.setNeedsLetterboxedAnimation(true); in applyAnimations()
276 ActivityRecord closingApp, ActivityRecord changingApp) { in setLastAppTransition() argument279 mLastClosingApp = "" + closingApp; in setLastAppTransition()