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.java108 private int mCurrentBackgroundTint; field in ActivatableNotificationView
296 } else if (color != mCurrentBackgroundTint) { in updateBackgroundTint()
297 mStartTint = mCurrentBackgroundTint; in updateBackgroundTint()
318 if (color != mCurrentBackgroundTint) { in setBackgroundTintColor()
319 mCurrentBackgroundTint = color; in setBackgroundTintColor()
763 return mCurrentBackgroundTint; in getCurrentBackgroundTint()