Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java125 private int mCurrentBackgroundTint; field in ActivatableNotificationView
350 } else if (color != mCurrentBackgroundTint) { in updateBackgroundTint()
351 mStartTint = mCurrentBackgroundTint; in updateBackgroundTint()
372 if (color != mCurrentBackgroundTint) { in setBackgroundTintColor()
373 mCurrentBackgroundTint = color; in setBackgroundTintColor()
723 return mCurrentBackgroundTint; in getCurrentBackgroundTint()