Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBackNavigationController.java1048 targets[1] = mOpenAnimAdaptor.mRemoteAnimationTarget; in getAnimationTargets()
1234 final RemoteAnimationTarget mRemoteAnimationTarget; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptorWrapper
1247 mRemoteAnimationTarget = targets.length > 1 ? createWrapTarget() in BackWindowAnimationAdaptorWrapper()
1345 : mRemoteAnimationTarget.leash, snapshot, openConfig, in createStartingSurface()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1259 mRemoteAnimationTarget = apps[0];
1293 mRemoteAnimationTarget.screenSpaceBounds.height();
1299 .Builder(mRemoteAnimationTarget.leash)
1347 if (mRemoteAnimationTarget == null) { in getRemoteSurfaceAlphaApplier()
1357 .Builder(mRemoteAnimationTarget.leash) in getRemoteSurfaceAlphaApplier()
1412 private RemoteAnimationTarget mRemoteAnimationTarget;