Searched refs:snapOpen (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
D | NotificationSwipeActionHelper.java | 42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 234 snapOpen(animView, menuSnapTarget, velocity); in handleSwipeFromClosedState() 255 snapOpen(animView, menuRow.getMenuSnapTarget(), velocity); in handleSwipeFromOpenState() 378 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen() method in NotificationSwipeHelper
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 315 mSwipeHelper.snapOpen(mView, 30, 0); in testSnapOpen()
|