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/
DGhostedViewLaunchAnimatorController.kt98 protected open fun getCurrentBottomCornerRadius(): Float { in getCurrentBottomCornerRadius() method in com.android.systemui.animation.GhostedViewLaunchAnimatorController
114 bottomCornerRadius = getCurrentBottomCornerRadius() in createAnimatorState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java495 protected float getCurrentBottomCornerRadius() { in buildLaunchAnimatorController() method in MediaControlPanel