Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java454 activity.getTask().getAnimationSources().add(activity); in testKeepFixedRotationWhenMovingRecentsToTop()
H A DWindowContainerTests.java1146 assertTrue(wc.getAnimationSources().contains(act)); in verifyWindowContainerApplyAnimation()
1147 assertFalse(wc.getAnimationSources().contains(act2)); in verifyWindowContainerApplyAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java1174 if (wc == null || !wc.getAnimationSources().contains(app)) { in handleOpeningApps()
H A DWindowContainer.java3035 ArraySet<WindowContainer> getAnimationSources() { in getAnimationSources() method in WindowContainer