Home
last modified time | relevance | path

Searched refs:swipeProgress (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java253 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local
254 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()
257 if (swipeProgress != 0f && swipeProgress != 1f) { in updateSwipeProgressFromOffset()
263 updateSwipeProgressAlpha(animView, getSwipeAlpha(swipeProgress)); in updateSwipeProgressFromOffset()
946 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java572 float swipeProgress) {