Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java488 private RemoteAnimationAdapter mPendingRemoteAnimation; field in ActivityRecord
1016 if (mPendingRemoteAnimation != null) { in dump()
1019 pw.println(mPendingRemoteAnimation.getCallingPid()); in dump()
4416 mPendingRemoteAnimation = options.getRemoteAnimationAdapter(); in setOptions()
4423 if (mPendingRemoteAnimation != null) { in applyOptionsAnimation()
4425 mPendingRemoteAnimation); in applyOptionsAnimation()
4622 mPendingRemoteAnimation = null; in clearOptionsAnimation()