Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java73 private float mMaxSwipeProgress = 1f; field in SwipeHelper
222 mMaxSwipeProgress = maxSwipeProgress; in setMaxSwipeProgress()
228 return Math.min(Math.max(mMinSwipeProgress, result), mMaxSwipeProgress); in getSwipeProgressForOffset()