Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java229 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
233 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
237 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
242 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
246 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
250 row.isWithinSnapMenuThreshold()); in testIsWithinSnapMenuThreshold()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationMenuRowPlugin.java195 public boolean isWithinSnapMenuThreshold(); in isWithinSnapMenuThreshold() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java234 menuRow.isWithinSnapMenuThreshold(); in handleSwipeFromOpenState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java726 public boolean isWithinSnapMenuThreshold() { in isWithinSnapMenuThreshold() method in NotificationMenuRow