Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java912 public void setShowingLegacyBackground(boolean showing) { in setShowingLegacyBackground() method in ExpandableNotificationRow
913 super.setShowingLegacyBackground(showing); in setShowingLegacyBackground()
914 mPrivateLayout.setShowingLegacyBackground(showing); in setShowingLegacyBackground()
915 mPublicLayout.setShowingLegacyBackground(showing); in setShowingLegacyBackground()
DActivatableNotificationView.java355 public void setShowingLegacyBackground(boolean showing) { in setShowingLegacyBackground() method in ActivatableNotificationView
732 setShowingLegacyBackground(false); in reset()
DNotificationContentView.java442 public void setShowingLegacyBackground(boolean showing) { in setShowingLegacyBackground() method in NotificationContentView
DBaseStatusBar.java824 entry.row.setShowingLegacyBackground(true); in applyColorsAndBackgrounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1280 ent.row.setShowingLegacyBackground(false); in updateNotificationShade()
1282 ent.row.setShowingLegacyBackground(true); in updateNotificationShade()