Searched defs:animView (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSwipeHelper.java | 120 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 172 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 184 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 245 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 290 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 328 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() 372 public void dismiss(View animView, float velocity) { in dismiss() 378 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen() 383 protected void snapClosed(View animView, float velocity) { in snapClosed() 398 public void onMenuShown(View animView) { in onMenuShown() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 240 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() 244 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset() 392 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild() 497 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() 508 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 547 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 575 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate() 757 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 835 void onChildSnappedBack(View animView, float targetLeft); in onChildSnappedBack() 842 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
H A 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()
|