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.java712 protected float getSnapBackThreshold() { in getSnapBackThreshold() method in NotificationMenuRow
728 float snapBackThreshold = getSnapBackThreshold(); in isWithinSnapMenuThreshold()
752 float targetLeft = getSnapBackThreshold(); in shouldSnapBack()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java223 doReturn(30f).when(row).getSnapBackThreshold(); in testIsWithinSnapMenuThreshold()
256 doReturn(40f).when(row).getSnapBackThreshold(); in testShouldSnapBack()