Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java246 float swipeProgress = getSwipeProgressForOffset(animView, translation); in updateSwipeProgressFromOffset() local
842 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java143 private float swipeProgress; field in FlingUpDownMethod