Searched refs:widthSpring (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgePanelParams.kt | 28 val widthSpring: SpringForce? = null, constant in com.android.systemui.navigationbar.gestural.EdgePanelParams.BackgroundDimens 216 widthSpring = createSpring(450f, 0.65f), in update() 247 widthSpring = createSpring(850f, 0.75f), in update() 280 widthSpring = createSpring(650f, 1f), in update() 303 widthSpring = flungCommittedWidthSpring, in update() 324 widthSpring = flungCommittedWidthSpring, in update() 365 widthSpring = null, in update()
|
D | BackPanelController.kt | 747 backgroundWidth = params.entryIndicator.backgroundDimens.widthSpring, in <lambda>() 762 backgroundWidth = params.preThresholdIndicator.backgroundDimens.widthSpring, in <lambda>() 776 backgroundWidth = params.activeIndicator.backgroundDimens.widthSpring, in <lambda>() 788 backgroundWidth = params.flungIndicator.backgroundDimens.widthSpring, in <lambda>() 802 backgroundWidth = params.committedIndicator.backgroundDimens.widthSpring, in <lambda>()
|