Searched refs:horizontalTranslation (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.kt | 107 var horizontalTranslation = AnimatedFloat(name = "horizontalTranslation") variable 134 horizontalTranslation, 332 horizontalTranslation.stretchBy( in setStretch() 333 finalPosition = fullyStretchedDimens.horizontalTranslation, in setStretch() 372 horizontalTranslation.stretchTo(stretchAmount = 0f, startingVelocity * 200f) in popOffEdge() 393 horizontalTranslation.snapToRestingPosition() in resetStretch() 408 horizontalTranslation.updateRestingPosition(restingParams.horizontalTranslation) in setRestingDimens() 431 horizontalTranslation: SpringForce? = null, in animateVertically() 452 horizontalTranslation?.let { this.horizontalTranslation.spring = it } in animateVertically() 470 canvas.translate(horizontalTranslation.pos, height * 0.5f + verticalTranslation.pos) in hasOverlappingRendering()
|
D | EdgePanelParams.kt | 36 val horizontalTranslation: Float? = 0f, constant in com.android.systemui.navigationbar.gestural.EdgePanelParams.BackIndicatorDimens 193 horizontalTranslation = getDimen(R.dimen.navigation_edge_entry_margin), in update() 225 horizontalTranslation = getDimen(R.dimen.navigation_edge_active_margin), in update() 256 horizontalTranslation = getDimen(R.dimen.navigation_edge_pre_threshold_margin), in update() 289 horizontalTranslation = null, in update() 343 horizontalTranslation = getDimen(R.dimen.navigation_edge_stretch_margin), in update()
|
D | BackPanelController.kt | 745 horizontalTranslation = params.entryIndicator.horizontalTranslationSpring, in <lambda>() 759 horizontalTranslation = in <lambda>() 775 horizontalTranslation = params.activeIndicator.horizontalTranslationSpring, in <lambda>() 840 horizontalTranslation = in <lambda>() 846 GestureState.INACTIVE -> params.entryIndicator.horizontalTranslation in <lambda>() 847 GestureState.FLUNG -> params.activeIndicator.horizontalTranslation in <lambda>() 848 GestureState.ACTIVE -> params.activeIndicator.horizontalTranslation in <lambda>() 850 params.cancelledIndicator.horizontalTranslation in <lambda>()
|