Home
last modified time | relevance | path

Searched refs:closingApp (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java1109 ActivityRecord closingApp = closingApps.valueAt(i); in applyAnimations() local
1110 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() local
1125 closingApp.setNeedsLetterboxedAnimation(true); in applyAnimations()
H A DAppTransition.java276 ActivityRecord closingApp, ActivityRecord changingApp) { in setLastAppTransition() argument
279 mLastClosingApp = "" + closingApp; in setLastAppTransition()