Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java722 public int getCurrentBackgroundTint() { in getCurrentBackgroundTint() method in ActivatableNotificationView
H A DNotificationContentView.java1279 int backgroundColor = entry.getRow().getCurrentBackgroundTint();
1485 int backgroundColor = entry.getRow().getCurrentBackgroundTint(); in applySmartReplyView()