Searched refs:backgroundWidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.kt | 62 val backgroundWidth = constant 99 minimumValue = backgroundWidth.pos / 2, 129 backgroundWidth, 352 backgroundWidth.stretchBy( in setStretch() 376 scalePivotX.snapTo(backgroundWidth.pos / 2) in popScale() 397 backgroundWidth.snapToRestingPosition() in resetStretch() 416 backgroundWidth.updateRestingPosition(restingParams.backgroundDimens.width, animate) in setRestingDimens() 440 backgroundWidth: SpringForce? = null, in animateVertically() 450 backgroundWidth?.let { this.backgroundWidth.spring = it } in animateVertically() 463 val backgroundWidth = backgroundWidth.pos in hasOverlappingRendering() constant [all …]
|
D | BackPanelController.kt | 715 if (!mView.addAnimationEndListener(mView.backgroundWidth, onEnd)) { in <lambda>() 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>()
|