Searched refs:mSourceNotification (Results 1 – 1 of 1) sorted by relevance
130 private final ExpandableNotificationRow mSourceNotification; field in ActivityLaunchAnimator.AnimationRunner139 mSourceNotification = sourceNofitication; in AnimationRunner()141 mSyncRtTransactionApplier = new SyncRtSurfaceTransactionApplier(mSourceNotification); in AnimationRunner()142 mNotificationCornerRadius = Math.max(mSourceNotification.getCurrentTopRoundness(), in AnimationRunner()143 mSourceNotification.getCurrentBottomRoundness()); in AnimationRunner()150 mSourceNotification.post(() -> { in onAnimationStart()168 mParams.startPosition = mSourceNotification.getLocationOnScreen(); in onAnimationStart()169 mParams.startTranslationZ = mSourceNotification.getTranslationZ(); in onAnimationStart()170 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount(); in onAnimationStart()171 if (mSourceNotification.isChildInGroup()) { in onAnimationStart()[all …]