Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt500 private var pendingRadius = -1 in <lambda>() variable in DepthAnimation
518 springAnimation.addEndListener { _, _, _, _ -> pendingRadius = -1 } in <lambda>()
522 if (pendingRadius == newRadius) { in <lambda>()
525 pendingRadius = newRadius in <lambda>()