Home
last modified time | relevance | path

Searched refs:arrowLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt46 private var arrowLength = variable
127 arrowLength,
336 arrowLength.stretchBy( in setStretch()
394 arrowLength.snapToRestingPosition() in resetStretch()
413 arrowLength.updateRestingPosition(restingParams.arrowDimens.length, animate) in setRestingDimens()
434 arrowLength: SpringForce? = null, in animateVertically()
443 arrowLength?.let { this.arrowLength.spring = it } in animateVertically()
493 val dx = arrowLength.pos in hasOverlappingRendering()
DBackPanelController.kt741 arrowLength = params.entryIndicator.arrowDimens.lengthSpring, in <lambda>()
757 arrowLength = params.preThresholdIndicator.arrowDimens.lengthSpring, in <lambda>()
772 arrowLength = params.activeIndicator.arrowDimens.lengthSpring, in <lambda>()
786 arrowLength = params.flungIndicator.arrowDimens.lengthSpring, in <lambda>()
798 arrowLength = params.committedIndicator.arrowDimens.lengthSpring, in <lambda>()