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.java122 ExpandableView viewBefore, in setViewsAffectedBySwipe() argument
132 mViewBeforeSwipedView = viewBefore; in setViewsAffectedBySwipe()
137 if (viewBefore != null) { in setViewsAffectedBySwipe()
138 viewBefore.setBottomRoundness(1f, animate); in setViewsAffectedBySwipe()
DNotificationStackScrollLayout.java5240 View viewBefore = null; in onSwipeBegin() local
5242 viewBefore = getChildAt(indexOfSwipedView - 1); in onSwipeBegin()
5243 if (mSectionsManager.beginsSection(viewSwiped, viewBefore)) { in onSwipeBegin()
5244 viewBefore = null; in onSwipeBegin()
5255 .setViewsAffectedBySwipe((ExpandableView) viewBefore, in onSwipeBegin()