Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgePanelParams.kt121 lateinit var heightInterpolator: Interpolator variable in com.android.systemui.navigationbar.gestural.EdgePanelParams
165 heightInterpolator = PathInterpolator(1f, .05f, .9f, -0.29f) in update()
DBackPanelController.kt604 backgroundHeightStretchAmount = params.heightInterpolator.getInterpolation(progress), in <lambda>()
638 backgroundHeightStretchAmount = params.heightInterpolator.getInterpolation(progress), in <lambda>()