Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java71 Roundable viewBefore, in setViewsAffectedBySwipe() argument
83 mViewBeforeSwipedView = viewBefore; in setViewsAffectedBySwipe()
84 if (viewBefore != null) { in setViewsAffectedBySwipe()
85 oldViews.remove(viewBefore); in setViewsAffectedBySwipe()
86 viewBefore.requestRoundness(/* top = */ 0f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
H A DNotificationTargetsHelper.kt36 val viewBefore: Roundable?
52 viewBefore =
66 viewBefore =
78 before = viewBefore,