Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java48 private Roundable mViewBeforeSwipedView = null; field in NotificationRoundnessManager
66 || expandableView == mViewBeforeSwipedView in isViewAffectedBySwipe()
79 if (mViewBeforeSwipedView != null) oldViews.add(mViewBeforeSwipedView); in setViewsAffectedBySwipe()
83 mViewBeforeSwipedView = viewBefore; in setViewsAffectedBySwipe()