Searched defs:setShowingLegacyBackground (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java442 public void setShowingLegacyBackground(boolean showing) { method in class:NotificationContentView
H A DActivatableNotificationView.java356 public void setShowingLegacyBackground(boolean showing) { method in class:ActivatableNotificationView
733 setShowingLegacyBackground(false);
H A DExpandableNotificationRow.java968 public void setShowingLegacyBackground(boolean showing) { method in class:ExpandableNotificationRow
969 super.setShowingLegacyBackground(showing);
970 mPrivateLayout.setShowingLegacyBackground(showing);
971 mPublicLayout.setShowingLegacyBackground(showing);

Completed in 52 milliseconds