Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java102 private int mCurrentBackgroundTint; field in ActivatableNotificationView
300 } else if (color != mCurrentBackgroundTint) { in updateBackgroundTint()
301 mStartTint = mCurrentBackgroundTint; in updateBackgroundTint()
322 if (color != mCurrentBackgroundTint) { in setBackgroundTintColor()
323 mCurrentBackgroundTint = color; in setBackgroundTintColor()
688 return mCurrentBackgroundTint; in getCurrentBackgroundTint()