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.java172 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
311 final View animView = mCallback.getChildContentView(view); in dismissChild() local
370 final View animView = mCallback.getChildContentView(view); in snapChild() local
493 void onChildSnappedBack(View animView); in onChildSnappedBack()
500 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java601 public void onChildSnappedBack(View animView) { in onChildSnappedBack()
616 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()