HomeSort by relevance Sort by last modified time
    Searched refs:bigContentView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 540 RemoteViews large = sbn.notification.bigContentView;
826 final RemoteViews oldBigContentView = oldNotification.notification.bigContentView
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 201 public RemoteViews bigContentView;
597 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
662 if (this.bigContentView != null) {
663 that.bigContentView = this.bigContentView.clone();
756 if (bigContentView != null) {
758 bigContentView.writeToParcel(parcel, 0);
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 39 milliseconds