Home
last modified time | relevance | path

Searched refs:tickerView (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java82 notification.tickerView = null; in lightenNotificationPayload()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java403 public RemoteViews tickerView; field in Notification
2540 tickerView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2653 if (heavy && this.tickerView != null) { in cloneInto()
2654 that.tickerView = this.tickerView.clone(); in cloneInto()
2766 if (tickerView != null) tickerView.visitUris(visitor); in visitUris()
2851 tickerView = null; in lightenPayload()
3006 if (tickerView != null) { in writeToParcelImpl()
3008 tickerView.writeToParcel(parcel, 0); in writeToParcelImpl()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5781 field @Deprecated public android.widget.RemoteViews tickerView;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4648 field public deprecated android.widget.RemoteViews tickerView;