Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java130 private final ExpandableNotificationRow mSourceNotification; field in ActivityLaunchAnimator.AnimationRunner
139 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 …]