Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java54 private ExpandableView mSwipedView = null; field in NotificationRoundnessManager
81 && (expandableView == mSwipedView in isViewAffectedBySwipe()
146 ExpandableView oldSwipedview = mSwipedView; in setViewsAffectedBySwipe()
147 mSwipedView = viewSwiped; in setViewsAffectedBySwipe()
179 || view == mSwipedView in getRoundness()