Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java40 private static final SourceType DISMISS_ANIMATION = SourceType.from("DismissAnimation"); field in NotificationRoundnessManager
86 viewBefore.requestRoundness(/* top = */ 0f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
92 viewSwiped.requestRoundness(/* top = */ 1f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
98 viewAfter.requestRoundness(/* top = */ 1f, /* bottom = */ 0f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
103 oldView.requestRoundnessReset(DISMISS_ANIMATION); in setViewsAffectedBySwipe()