Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java104 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack()
154 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
166 protected void handleMenuRowSwipe(MotionEvent ev, View animView, float velocity, in handleMenuRowSwipe()
191 private void handleSwipeFromClosedState(MotionEvent ev, View animView, float velocity, in handleSwipeFromClosedState()
227 private void handleSwipeFromOpenState(MotionEvent ev, View animView, float velocity, in handleSwipeFromOpenState()
267 protected void superSnapChild(final View animView, final float targetLeft, float velocity) { in superSnapChild()
272 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
354 public void dismiss(View animView, float velocity) { in dismiss()
360 public void snapOpen(View animView, int targetLeft, float velocity) { in snapOpen()
365 protected void snapClosed(View animView, float velocity) { in snapClosed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java228 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
232 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset()
377 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild()
477 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
520 protected void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack()
548 public void onTranslationUpdate(View animView, float value, boolean canBeDismissed) { in onTranslationUpdate()
725 protected boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
759 void onChildSnappedBack(View animView, float targetLeft); in onChildSnappedBack()
766 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress()
784 default boolean canChildBeDragged(@NonNull View animView) { return true; } in canChildBeDragged()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java37 public void dismiss(View animView, float velocity); in dismiss()
42 public void snapOpen(View animView, int targetLeft, float velocity); in snapOpen()