Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java1644 assertNull(mRootWindowContainer.topRunningActivity().mPendingRemoteAnimation); in testRemoteAnimation_appliesToExistingTask()
1655 assertEquals(adaptor, mRootWindowContainer.topRunningActivity().mPendingRemoteAnimation); in testRemoteAnimation_appliesToExistingTask()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java518 RemoteAnimationAdapter mPendingRemoteAnimation; field in ActivityRecord
1158 if (mPendingRemoteAnimation != null) { in dump()
1161 pw.println(mPendingRemoteAnimation.getCallingPid()); in dump()
4932 mPendingRemoteAnimation = options.getRemoteAnimationAdapter(); in setOptions()
4939 if (mPendingRemoteAnimation != null) { in applyOptionsAnimation()
4941 mPendingRemoteAnimation); in applyOptionsAnimation()
4943 mPendingRemoteAnimation.getStatusBarTransitionDelay()); in applyOptionsAnimation()
5140 mPendingRemoteAnimation = null; in clearOptionsAnimation()
H A DActivityStarter.java3027 if (mStartActivity.mPendingRemoteAnimation != null) { in setTargetRootTaskIfNeeded()
3028 intentActivity.mPendingRemoteAnimation = mStartActivity.mPendingRemoteAnimation; in setTargetRootTaskIfNeeded()
H A DActivityTaskSupervisor.java2895 targetActivity.mPendingRemoteAnimation = in startActivityFromRecents()