Searched defs:swipeProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java173 float swipeProgress = getSwipeProgressForOffset(animView);
174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
176 float alpha = swipeProgress;
500 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java616 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { argument
619 Math.min(Math.abs(swipeProgress - 1.0f), 1.0f));

Completed in 85 milliseconds