Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java562 protected int getSpaceForMenu() { in getSpaceForMenu() method in NotificationMenuRow
570 final float bounceBackToMenuWidth = getSpaceForMenu(); in run()
712 return getSpaceForMenu() - getMaximumSwipeDistance(); in getSnapBackThreshold()
745 return isMenuOnLeft() ? getSpaceForMenu() : -getSpaceForMenu(); in getMenuSnapTarget()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java184 doReturn(30).when(row).getSpaceForMenu(); in testGetMenuSnapTarget()