Searched refs:superSnapChild (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 229 doNothing().when(mSwipeHelper).superSnapChild(mView, 0, 0); in testSnapchild_targetIsZero() 233 verify(mSwipeHelper, times(1)).superSnapChild(mView, 0, 0); in testSnapchild_targetIsZero() 240 doNothing().when(mSwipeHelper).superSnapChild(mView, 10, 0); in testSnapchild_targetNotZero() 244 verify(mSwipeHelper, times(1)).superSnapChild(mView, 10, 0); in testSnapchild_targetNotZero()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 269 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild() method in NotificationSwipeHelper 275 superSnapChild(animView, targetLeft, velocity); in snapChild()
|