Searched refs:updateSwipeProgress (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset() 500 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() method in RecentsHorizontalScrollView
|
D | RecentsVerticalScrollView.java | 241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() method in RecentsVerticalScrollView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpNotificationView.java | 408 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() method in HeadsUpNotificationView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 567 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() method in NotificationStackScrollLayout
|