Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java1119 final Rect openingInsets = openingApp.getLetterboxInsets(); in applyAnimations() local
1122 if (openingInsets.equals(closingInsets)) { in applyAnimations()