Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java63 private float mMaxSwipeProgress = 1f; field in SwipeHelper
156 mMaxSwipeProgress = maxSwipeProgress; in setMaxSwipeProgress()
169 return Math.min(Math.max(mMinSwipeProgress, result), mMaxSwipeProgress); in getSwipeProgressForOffset()