Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java237 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
241 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
245 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
250 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
254 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
258 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java189 public boolean isWithinSnapMenuThreshold(); in isWithinSnapMenuThreshold() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java275 menuRow.isWithinSnapMenuThreshold(); in handleSwipeFromOpenState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java739 public boolean isWithinSnapMenuThreshold() { in isWithinSnapMenuThreshold() method in NotificationMenuRow