Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
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()
DNotificationTargetsHelper.kt36 val viewBefore: Roundable? in findRoundableTargets() constant
52 viewBefore = in findRoundableTargets()
66 viewBefore = in findRoundableTargets()
78 before = viewBefore, in findRoundableTargets()