Loading core/java/android/app/Notification.java +0 −13 Original line number Diff line number Diff line Loading @@ -6766,19 +6766,6 @@ public class Notification implements Parcelable return header; } /** * Construct a RemoteViews for the ambient version of the notification. * * @hide */ public RemoteViews makeAmbientNotification() { RemoteViews headsUpContentView = createHeadsUpContentView(false /* increasedHeight */); if (headsUpContentView != null) { return headsUpContentView; } return createContentView(); } /** * Adapt the Notification header if this view is used as an expanded view. * Loading Loading
core/java/android/app/Notification.java +0 −13 Original line number Diff line number Diff line Loading @@ -6766,19 +6766,6 @@ public class Notification implements Parcelable return header; } /** * Construct a RemoteViews for the ambient version of the notification. * * @hide */ public RemoteViews makeAmbientNotification() { RemoteViews headsUpContentView = createHeadsUpContentView(false /* increasedHeight */); if (headsUpContentView != null) { return headsUpContentView; } return createContentView(); } /** * Adapt the Notification header if this view is used as an expanded view. * Loading