Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java549 private LaunchAnimationParameters mLaunchAnimationParams; field in NotificationStackScrollLayout
3119 mLaunchAnimationParams = params; in applyLaunchAnimationParams()
5711 mLaunchingNotificationNeedsToBeClipped = mLaunchAnimationParams != null in setLaunchingNotification()
5712 && (mLaunchAnimationParams.getStartRoundedTopClipping() > 0 in setLaunchingNotification()
5713 || mLaunchAnimationParams.getParentStartRoundedTopClipping() > 0); in setLaunchingNotification()
5747 int left = Math.min(mLaunchAnimationParams.getLeft() - absoluteCoords[0],
5749 int right = Math.max(mLaunchAnimationParams.getRight() - absoluteCoords[0],
5751 int bottom = Math.max(mLaunchAnimationParams.getBottom() - absoluteCoords[1],
5754 mLaunchAnimationParams.getProgress(0,
5759 float topRadius = mLaunchAnimationParams.getTopCornerRadius();
[all …]