Searched refs:horizontalTranslationSpring (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgePanelParams.kt | 42 val horizontalTranslationSpring: SpringForce? = null, constant in com.android.systemui.navigationbar.gestural.EdgePanelParams.BackIndicatorDimens 196 horizontalTranslationSpring = createSpring(800f, 0.76f), in update() 227 horizontalTranslationSpring = createSpring(1000f, 0.8f), in update() 260 horizontalTranslationSpring = createSpring(6000f, 1f), in update() 345 horizontalTranslationSpring = null, in update()
|
D | BackPanelController.kt | 745 horizontalTranslation = params.entryIndicator.horizontalTranslationSpring, in <lambda>() 760 params.preThresholdIndicator.horizontalTranslationSpring, in <lambda>() 775 horizontalTranslation = params.activeIndicator.horizontalTranslationSpring, in <lambda>()
|