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

1 2

  /frameworks/support/compat/api26/android/support/v4/app/
NotificationCompatApi26.java 45 RemoteViews bigContentView, RemoteViews headsUpContentView,
95 if (bigContentView != null) {
96 mB.setCustomBigContentView(bigContentView);
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 39 * (See {@link android.app.Notification#bigContentView}.) </p>
98 notification.bigContentView = expandedView;
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 39 * (See {@link android.app.Notification#bigContentView}.) </p>
98 notification.bigContentView = expandedView;
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 39 * (See {@link android.app.Notification#bigContentView}.) </p>
98 notification.bigContentView = expandedView;
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 56 RemoteViews bigContentView, RemoteViews headsUpContentView,
97 if (bigContentView != null) {
98 b.setCustomBigContentView(bigContentView);
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 48 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
98 mBigContentView = bigContentView;
126 notification.bigContentView = mBigContentView;
  /frameworks/support/compat/api20/android/support/v4/app/
NotificationCompatApi20.java 55 String sortKey, RemoteViews contentView, RemoteViews bigContentView,
96 mBigContentView = bigContentView;
118 notification.bigContentView = mBigContentView;
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 81 String sortKey, RemoteViews contentView, RemoteViews bigContentView,
125 mBigContentView = bigContentView;
148 notification.bigContentView = mBigContentView;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 265 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView,
292 RemoteViews bigContentView = b.getBigContentView();
293 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView();
304 n.bigContentView = remoteViews;
337 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView,
339 setBackgroundColor(b.mContext, n.bigContentView, b.getColor());
524 * In the expanded form, {@link Notification#bigContentView}, up to 5
558 * @see Notification#bigContentView
NotificationCompatImplBase.java 46 * contentView and bigContentView of the notification.
126 n.bigContentView = generateMediaBigView(context, contentTitle, contentText, contentInfo,
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
MediaNotificationProcessorTest.java 90 notification.bigContentView = remoteViews;
  /frameworks/base/core/java/android/app/
Notification.java 327 public RemoteViews bigContentView;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 469 RemoteViews bigContentView = builder.createBigContentView();
470 if (bigContentView != null) {
471 return bigContentView;
  /frameworks/support/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 84 RemoteViews contentView, RemoteViews bigContentView) {
129 mBigContentView = bigContentView;
164 notif.bigContentView = mBigContentView;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 157 refreshRemoteViews(fourU, notification.bigContentView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java     [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 213 * <li>{@link Notification#bigContentView bigContentView}</li>
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 411 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView));
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 560 milliseconds

1 2