Searched defs:animView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 109 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 159 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 171 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 196 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState() 232 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 272 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild() 277 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 354 public void dismiss(View animView, float velocity) { in dismiss() 360 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen() 365 protected void snapClosed(View animView, float velocity) { in snapClosed() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 207 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() 211 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset() 367 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild() 467 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 510 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 538 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate() 714 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 748 void onChildSnappedBack(View animView, float targetLeft); in onChildSnappedBack() 755 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() 773 default boolean canChildBeDragged(@NonNull View animView) { return true; } in canChildBeDragged()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
D | NotificationSwipeActionHelper.java | 37 public void dismiss(View animView, float velocity); in dismiss() 42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen()
|