Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java70 private float mMinSwipeProgress = 0f; field in SwipeHelper
207 mMinSwipeProgress = minSwipeProgress; in setMinSwipeProgress()
217 return Math.min(Math.max(mMinSwipeProgress, result), mMaxSwipeProgress); in getSwipeProgressForOffset()