Searched refs:mSourceNotification (Results 1 – 1 of 1) sorted by relevance
111 private final ExpandableNotificationRow mSourceNotification; field in ActivityLaunchAnimator.AnimationRunner118 mSourceNotification = sourceNofitication; in AnimationRunner()120 mSyncRtTransactionApplier = new SyncRtSurfaceTransactionApplier(mSourceNotification); in AnimationRunner()127 mSourceNotification.post(() -> { in onAnimationStart()144 mParams.startPosition = mSourceNotification.getLocationOnScreen(); in onAnimationStart()145 mParams.startTranslationZ = mSourceNotification.getTranslationZ(); in onAnimationStart()146 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()147 if (mSourceNotification.isChildInGroup()) { in onAnimationStart()148 int parentClip = mSourceNotification in onAnimationStart()155 - mSourceNotification.getTranslationY(); in onAnimationStart()[all …]