Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java513 private ExpandAnimationParameters mLaunchAnimationParams; field in NotificationStackScrollLayout
3004 mLaunchAnimationParams = params; in applyExpandAnimationParams()
5516 mLaunchingNotificationNeedsToBeClipped = mLaunchAnimationParams != null in setLaunchingNotification()
5517 && (mLaunchAnimationParams.getStartRoundedTopClipping() > 0 in setLaunchingNotification()
5518 || mLaunchAnimationParams.getParentStartRoundedTopClipping() > 0); in setLaunchingNotification()
5549 int left = Math.min(mLaunchAnimationParams.getLeft(), mRoundedRectClippingLeft);
5550 int right = Math.max(mLaunchAnimationParams.getRight(), mRoundedRectClippingRight);
5553 mLaunchAnimationParams.getProgress(0,
5556 mLaunchAnimationParams.getTop(), expandProgress),
5558 float topRadius = mLaunchAnimationParams.getTopCornerRadius();
[all …]