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 | 106 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 156 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 168 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 193 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState() 229 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 269 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild() 274 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 351 public void dismiss(View animView, float velocity) { in dismiss() 357 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen() 362 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()
|