Home
last modified time | relevance | path

Searched refs:bigContentView (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java365 public RemoteViews bigContentView; field in Notification
2281 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1142 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,
DNotificationContentInflater.java684 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local
685 if (bigContentView != null) { in createExpandedView()
686 return bigContentView; in createExpandedView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java115 notification.bigContentView = remoteViews; in testRemoteViewsReset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java556 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java146 assertNotNull(before.bigContentView); in testStripsRemoteViewsInLowRamMode()
149 assertNull(after.bigContentView); in testStripsRemoteViewsInLowRamMode()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java483 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dump()
1299 || notification.bigContentView != null in hasUndecoratedRemoteView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java369 sbn.getNotification().bigContentView = null; in makeMockFgSBN()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1239 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/base/api/
Dlint-baseline.txt280 DeprecationMismatch: android.app.Notification#bigContentView:
Dcurrent.txt5382 field @Deprecated public android.widget.RemoteViews bigContentView;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4626 field public android.widget.RemoteViews bigContentView;
/frameworks/base/non-updatable-api/
Dcurrent.txt5382 field @Deprecated public android.widget.RemoteViews bigContentView;