Home
last modified time | relevance | path

Searched defs:animView (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java134 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()
270 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState()
397 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength()
431 public void dismiss(View animView, float velocity) { in dismiss()
437 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen()
442 protected void snapClosed(View animView, float velocity) { in snapClosed()
457 public void onMenuShown(View animView) { in onMenuShown()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java247 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
251 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset()
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()
939 void onChildSnappedBack(View animView, float targetLeft); in onChildSnappedBack()
[all …]
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java37 public void dismiss(View animView, float velocity); in dismiss()
42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen()