Searched refs:swipeProgress (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 199 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local 200 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset() 202 float alpha = swipeProgress; in updateSwipeProgressFromOffset() 210 animView.setAlpha(getSwipeAlpha(swipeProgress)); in updateSwipeProgressFromOffset() 677 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 542 public boolean updateSwipeProgress(View v, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument 547 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(swipeProgress)); in updateSwipeProgress()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 872 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument 875 Math.min(Math.abs(swipeProgress / 2f - 1.0f), 1.0f)); in updateSwipeProgress()
|