Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScroller.kt116 animator.interpolator = RELEASE_OVER_SCROLL_INTERPOLATOR in <lambda>()
153 private val RELEASE_OVER_SCROLL_INTERPOLATOR = PathInterpolator(0.17f, 0f, 0f, 1f) in <lambda>() constant