Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java246 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local
247 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()
250 if (swipeProgress != 0f && swipeProgress != 1f) { in updateSwipeProgressFromOffset()
256 animView.setAlpha(getSwipeAlpha(swipeProgress)); in updateSwipeProgressFromOffset()
842 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() argument
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java143 private float swipeProgress; field in FlingUpDownMethod
166 swipeProgress = 0; in onStart()
237 swipeProgress = 0; in onCreateView()
272 swipeProgress = progress; in onProgressChanged()
413 final float clampedProgress = MathUtil.clamp(swipeProgress, -1 /* min */, 1 /* max */); in updateSwipeTextAndPuckForTouch()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java545 float swipeProgress) {