Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DMediaTttReceiverRippleController.kt45 expandRipple(mainRippleView, isIconRipple = false) in <lambda>()
46 expandRipple(iconRippleView, isIconRipple = true) in <lambda>()
49 private fun expandRipple(rippleView: ReceiverChipRippleView, isIconRipple: Boolean) { in <lambda>() method
83 attachedRippleView.expandRipple() in <lambda>()
DReceiverChipRippleView.kt42 fun expandRipple(onAnimationEnd: Runnable? = null) { in <lambda>() method