Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java136 ExpandableView oldViewBefore = mViewBeforeSwipedView; in setViewsAffectedBySwipe() local
138 if (oldViewBefore != null) { in setViewsAffectedBySwipe()
139 final float bottomRoundness = getRoundness(oldViewBefore, false /* top */); in setViewsAffectedBySwipe()
140 oldViewBefore.setBottomRoundness(bottomRoundness, animate); in setViewsAffectedBySwipe()