Searched refs:updateSwipeProgress (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 214 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset() 755 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() method
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 554 public boolean updateSwipeProgress(View v, boolean dismissable, float swipeProgress) { in updateSwipeProgress() method in TaskStackViewTouchHandler
|
D | TaskStackAnimationHelper.java | 660 touchHandler.updateSwipeProgress(deleteTaskView, true, progress); in startTaskStackDeleteTaskAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 6322 public boolean updateSwipeProgress(View animView, boolean dismissable,
|