Home
last modified time | relevance | path

Searched defs:animView (Results 1 – 5 of 5) 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/recent/
DRecentsVerticalScrollView.java237 public void onChildSnappedBack(View animView) { in onChildSnappedBack()
241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
DRecentsHorizontalScrollView.java229 public void onChildSnappedBack(View animView) { in onChildSnappedBack()
233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java404 public void onChildSnappedBack(View animView) { in onChildSnappedBack()
408 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java552 public void onChildSnappedBack(View animView) { in onChildSnappedBack()
567 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()