Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java213 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local
214 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()
217 if (swipeProgress != 0f && swipeProgress != 1f) { in updateSwipeProgressFromOffset()
223 animView.setAlpha(getSwipeAlpha(swipeProgress)); in updateSwipeProgressFromOffset()
755 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() argument
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java554 public boolean updateSwipeProgress(View v, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
560 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(swipeProgress)); in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6323 float swipeProgress) {