Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java725 protected float getSnapBackThreshold() { in getSnapBackThreshold() method in NotificationMenuRow
741 float snapBackThreshold = getSnapBackThreshold(); in isWithinSnapMenuThreshold()
765 float targetLeft = getSnapBackThreshold(); in shouldSnapBack()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java231 doReturn(30f).when(row).getSnapBackThreshold(); in testIsWithinSnapMenuThreshold()
265 doReturn(40f).when(row).getSnapBackThreshold(); in testShouldSnapBack()