Home
last modified time | relevance | path

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

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