Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
H A DMediaTttReceiverRippleController.kt116 rippleView.setColor(getRippleColor(), RIPPLE_OPACITY)
130 iconRippleView.setColor(getRippleColor(), RIPPLE_OPACITY)
133 private fun getRippleColor(): Int { regex
/aosp14/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
H A DmissingSinces.txt13 NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method getRippleColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java295 int rippleColor = getRippleColor(); in updateBackgroundTint()
628 private int getRippleColor() { in getRippleColor() method in ActivatableNotificationView