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.java111 private final ExpandableNotificationRow mSourceNotification; field in ActivityLaunchAnimator.AnimationRunner
118 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 …]