Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java79 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() method in NotificationRoundnessManager
H A DNotificationStackScrollLayoutController.java836 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() method in NotificationStackScrollLayoutController
837 return mNotificationRoundnessManager.isViewAffectedBySwipe(expandableView); in isViewAffectedBySwipe()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java367 && !mHostLayoutController.isViewAffectedBySwipe(anv)