Searched refs:mPendingRemoteAnimation (Results 1 – 4 of 4) sorted by relevance
1644 assertNull(mRootWindowContainer.topRunningActivity().mPendingRemoteAnimation); in testRemoteAnimation_appliesToExistingTask()1655 assertEquals(adaptor, mRootWindowContainer.topRunningActivity().mPendingRemoteAnimation); in testRemoteAnimation_appliesToExistingTask()
518 RemoteAnimationAdapter mPendingRemoteAnimation; field in ActivityRecord1158 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()
3027 if (mStartActivity.mPendingRemoteAnimation != null) { in setTargetRootTaskIfNeeded()3028 intentActivity.mPendingRemoteAnimation = mStartActivity.mPendingRemoteAnimation; in setTargetRootTaskIfNeeded()
2895 targetActivity.mPendingRemoteAnimation = in startActivityFromRecents()