Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java153 private int mCurrentBackgroundTint; field in ActivatableNotificationView
576 } else if (color != mCurrentBackgroundTint) { in updateBackgroundTint()
577 mStartTint = mCurrentBackgroundTint; in updateBackgroundTint()
601 if (color != mCurrentBackgroundTint) { in setBackgroundTintColor()
602 mCurrentBackgroundTint = color; in setBackgroundTintColor()
1049 return mCurrentBackgroundTint; in getCurrentBackgroundTint()