Searched refs:bigContentView (Results 1 – 13 of 13) sorted by relevance
365 public RemoteViews bigContentView; field in Notification2281 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2412 if (heavy && this.bigContentView != null) { in cloneInto()2413 that.bigContentView = this.bigContentView.clone(); in cloneInto()2456 if (bigContentView != null) bigContentView.visitUris(visitor); in visitUris()2493 bigContentView = null; in lightenPayload()2708 if (bigContentView != null) { in writeToParcelImpl()2710 bigContentView.writeToParcel(parcel, 0); in writeToParcelImpl()2859 if (areRemoteViewsChanged(first.mN.bigContentView, second.mN.bigContentView)) { in areRemoteViewsChanged()3927 mN.bigContentView = contentView; in setCustomBigContentView()[all …]
1142 View bigContentView = mExpandedChild;1143 if (bigContentView == null || !entry.isMediaNotification()) {1147 View mediaActionContainer = bigContentView.findViewById(1190 View bigContentView = mExpandedChild;1191 if (bigContentView != null) {1192 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasFreeformRemoteInput,
684 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local685 if (bigContentView != null) { in createExpandedView()686 return bigContentView; in createExpandedView()
115 notification.bigContentView = remoteViews; in testRemoteViewsReset()
556 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
146 assertNotNull(before.bigContentView); in testStripsRemoteViewsInLowRamMode()149 assertNull(after.bigContentView); in testStripsRemoteViewsInLowRamMode()
483 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dump()1299 || notification.bigContentView != null in hasUndecoratedRemoteView()
369 sbn.getNotification().bigContentView = null; in makeMockFgSBN()
1239 notification.bigContentView = big; in maybePopulateRemoteViews()
280 DeprecationMismatch: android.app.Notification#bigContentView:
5382 field @Deprecated public android.widget.RemoteViews bigContentView;
4626 field public android.widget.RemoteViews bigContentView;