Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt428 fun animateVertically(yPos: Float) = verticalTranslation.stretchTo(yPos) in animateVertically() method
DBackPanelController.kt559 mView.animateVertically(yPosition) in <lambda>()