Home
last modified time | relevance | path

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

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