Searched refs:bigContentView (Results 1 – 10 of 10) sorted by relevance
365 public RemoteViews bigContentView; field in Notification2274 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2405 if (heavy && this.bigContentView != null) { in cloneInto()2406 that.bigContentView = this.bigContentView.clone(); in cloneInto()2449 if (bigContentView != null) bigContentView.visitUris(visitor); in visitUris()2486 bigContentView = null; in lightenPayload()2701 if (bigContentView != null) { in writeToParcelImpl()2703 bigContentView.writeToParcel(parcel, 0); in writeToParcelImpl()2852 if (areRemoteViewsChanged(first.mN.bigContentView, second.mN.bigContentView)) { in areRemoteViewsChanged()3924 mN.bigContentView = contentView; in setCustomBigContentView()[all …]
1236 View bigContentView = mExpandedChild;1237 if (bigContentView == null || !entry.isMediaNotification()) {1241 View mediaActionContainer = bigContentView.findViewById(1284 View bigContentView = mExpandedChild;1285 if (bigContentView != null) {1286 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasFreeformRemoteInput,
763 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local764 if (bigContentView != null) { in createExpandedView()765 return bigContentView; in createExpandedView()
115 notification.bigContentView = remoteViews; in testRemoteViewsReset()
540 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
146 assertNotNull(before.bigContentView); in testStripsRemoteViewsInLowRamMode()149 assertNull(after.bigContentView); in testStripsRemoteViewsInLowRamMode()
369 sbn.getNotification().bigContentView = null; in makeMockFgSBN()
1239 notification.bigContentView = big; in maybePopulateRemoteViews()
491 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dump()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...