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 | 248 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() 252 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset() 407 public void dismissChild(final View animView, float velocity, final Consumer<Boolean> endAction, in dismissChild() 513 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() 531 protected void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild() 571 private void cancelTranslateAnimation(View animView) { in cancelTranslateAnimation() 585 protected void updateSwipeProgressAlpha(View animView, float alpha) { in updateSwipeProgressAlpha() 592 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack() 614 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate() 796 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()
|