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 | 134 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 190 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() 202 protected void updateSwipeProgressAlpha(View animView, float alpha) { in updateSwipeProgressAlpha() 209 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe() 234 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState() 270 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState() 352 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild() 357 protected void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 397 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() 431 public void dismiss(View animView, float velocity) { in dismiss() [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | SwipeHelper.java | 247 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() 251 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset() 406 public void dismissChild(final View animView, float velocity, final Consumer<Boolean> endAction, in dismissChild() 510 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() 528 protected void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 568 private void cancelTranslateAnimation(View animView) { in cancelTranslateAnimation() 582 protected void updateSwipeProgressAlpha(View animView, float alpha) { in updateSwipeProgressAlpha() 589 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 611 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate() 793 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent() [all …]
|
| /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()
|