Searched defs:updateSwipeProgress (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { method in class:RecentsHorizontalScrollView
H A DRecentsVerticalScrollView.java241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { method in class:RecentsVerticalScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
496 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); method in interface:SwipeHelper.Callback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java343 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { method in class:HeadsUpNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java546 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { method in class:NotificationStackScrollLayout

Completed in 60 milliseconds