Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java193 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
197 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset()
342 public void dismissChild(final View animView, float velocity, final Runnable endAction, in dismissChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java849 public void onChildSnappedBack(View animView, float targetLeft) { in onChildSnappedBack()
869 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
4005 public void snapChild(final View animView, final float targetLeft, float velocity) { in snapChild()
4022 public boolean handleUpEvent(MotionEvent ev, View animView, float velocity, in handleUpEvent()
4065 private void dismissOrSnapBack(View animView, float velocity, MotionEvent ev) { in dismissOrSnapBack()
4074 private void snapToGear(View animView, float velocity) { in snapToGear()
4098 private boolean swipedEnoughToShowGear(View animView) { in swipedEnoughToShowGear()