Searched refs:tickerView (Results 1 – 9 of 9) sorted by relevance
429 public RemoteViews tickerView; field in Notification2711 tickerView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2824 if (heavy && this.tickerView != null) { in cloneInto()2825 that.tickerView = this.tickerView.clone(); in cloneInto()2943 if (tickerView != null) tickerView.visitUris(visitor); in visitUris()3181 tickerView = null; in lightenPayload()3381 if (tickerView != null) { in writeToParcelImpl()3383 tickerView.writeToParcel(parcel, 0); in writeToParcelImpl()
262 DeprecationMismatch: android.app.Notification#tickerView:263 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
348 DeprecationMismatch: android.app.Notification#tickerView:349 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
360 DeprecationMismatch: android.app.Notification#tickerView:361 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
352 DeprecationMismatch: android.app.Notification#tickerView:353 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
6536 field @Deprecated public android.widget.RemoteViews tickerView;
14420 if (notif.tickerView != null) {14422 notif.tickerView.writeToParcel(parcel, 0);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4648 field public deprecated android.widget.RemoteViews tickerView;