Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java918 final ArrayList<ActivityRecord> transitioningDescendants = new ArrayList<>(); in applyAnimations() local
922 transitioningDescendants.add(app); in applyAnimations()
925 wc.applyAnimation(animLp, transit, visible, voiceInteraction, transitioningDescendants); in applyAnimations()