Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgePanelParams.kt16 val heightSpring: SpringForce? = null, constant in com.android.systemui.navigationbar.gestural.EdgePanelParams.ArrowDimens
29 val heightSpring: SpringForce? = null, constant in com.android.systemui.navigationbar.gestural.EdgePanelParams.BackgroundDimens
205 heightSpring = createSpring(600f, 0.4f), in update()
217 heightSpring = createSpring(1500f, 0.45f), in update()
236 heightSpring = activeCommittedArrowHeightSpring, in update()
248 heightSpring = createSpring(10000f, 1f), in update()
267 heightSpring = createSpring(100f, 0.6f), in update()
281 heightSpring = createSpring(1500f, 0.45f), in update()
294 heightSpring = activeCommittedArrowHeightSpring, in update()
304 heightSpring = flungCommittedHeightSpring, in update()
[all …]
DBackPanelController.kt742 arrowHeight = params.entryIndicator.arrowDimens.heightSpring, in <lambda>()
748 backgroundHeight = params.entryIndicator.backgroundDimens.heightSpring, in <lambda>()
758 arrowHeight = params.preThresholdIndicator.arrowDimens.heightSpring, in <lambda>()
763 backgroundHeight = params.preThresholdIndicator.backgroundDimens.heightSpring, in <lambda>()
773 arrowHeight = params.activeIndicator.arrowDimens.heightSpring, in <lambda>()
777 backgroundHeight = params.activeIndicator.backgroundDimens.heightSpring, in <lambda>()
787 arrowHeight = params.flungIndicator.arrowDimens.heightSpring, in <lambda>()
789 backgroundHeight = params.flungIndicator.backgroundDimens.heightSpring, in <lambda>()
799 arrowHeight = params.committedIndicator.arrowDimens.heightSpring, in <lambda>()
803 backgroundHeight = params.committedIndicator.backgroundDimens.heightSpring, in <lambda>()