Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DMediaTttReceiverRippleController.kt38 private var maxRippleHeight: Float = 0f in <lambda>() variable in com.android.systemui.media.taptotransfer.receiver.MediaTttReceiverRippleController
93 rippleView.expandToFull(maxRippleHeight, onAnimationEnd) in <lambda>()
107 maxRippleHeight = height * 2f in <lambda>()
110 maxRippleHeight = getRippleSize() in <lambda>()
113 rippleView.setMaxSize(maxRippleWidth, maxRippleHeight) in <lambda>()