Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt185 protected open fun getCurrentBottomCornerRadius(): Float { in getCurrentBottomCornerRadius() method in com.android.systemui.animation.GhostedViewTransitionAnimatorController
198 bottomCornerRadius = getCurrentBottomCornerRadius() in createAnimatorState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1420 protected float getCurrentBottomCornerRadius() { in buildLaunchAnimatorController() method