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.java146 private int mCurrentBackgroundTint; field in ActivatableNotificationView
555 } else if (color != mCurrentBackgroundTint) { in updateBackgroundTint()
556 mStartTint = mCurrentBackgroundTint; in updateBackgroundTint()
580 if (color != mCurrentBackgroundTint) { in setBackgroundTintColor()
581 mCurrentBackgroundTint = color; in setBackgroundTintColor()
1028 return mCurrentBackgroundTint; in getCurrentBackgroundTint()