Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java486 private RemoteAnimationAdapter mPendingRemoteAnimation; field in ActivityRecord
990 if (mPendingRemoteAnimation != null) { in dump()
993 pw.println(mPendingRemoteAnimation.getCallingPid()); in dump()
4192 mPendingRemoteAnimation = options.getRemoteAnimationAdapter(); in setOptions()
4199 if (mPendingRemoteAnimation != null) { in applyOptionsAnimation()
4201 mPendingRemoteAnimation); in applyOptionsAnimation()
4376 mPendingRemoteAnimation = null; in clearOptionsAnimation()