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.kt712 arrowHeight = params.entryIndicator.arrowDimens.heightSpring, in <lambda>()
718 backgroundHeight = params.entryIndicator.backgroundDimens.heightSpring, in <lambda>()
728 arrowHeight = params.preThresholdIndicator.arrowDimens.heightSpring, in <lambda>()
733 backgroundHeight = params.preThresholdIndicator.backgroundDimens.heightSpring, in <lambda>()
743 arrowHeight = params.activeIndicator.arrowDimens.heightSpring, in <lambda>()
747 backgroundHeight = params.activeIndicator.backgroundDimens.heightSpring, in <lambda>()
757 arrowHeight = params.flungIndicator.arrowDimens.heightSpring, in <lambda>()
759 backgroundHeight = params.flungIndicator.backgroundDimens.heightSpring, in <lambda>()
769 arrowHeight = params.committedIndicator.arrowDimens.heightSpring, in <lambda>()
773 backgroundHeight = params.committedIndicator.backgroundDimens.heightSpring, in <lambda>()