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

1 2

  /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/media/src/main/java/androidx/media/app/
NotificationCompat.java 89 * @see Notification#bigContentView
455 RemoteViews bigContentView = generateBigContentView();
456 buildIntoRemoteViews(bigContentView, innerView);
458 setBackgroundColor(bigContentView);
460 return bigContentView;
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatBuilder.java 233 n.bigContentView = styleBigContentView;
321 notification.bigContentView = mBigContentView;
349 notification.bigContentView = mBigContentView;
382 notification.bigContentView = mBigContentView;
408 notification.bigContentView = mBigContentView;
NotificationCompat.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java 127 return realNotification.bigContentView.apply(RuntimeEnvironment.application, new FrameLayout(RuntimeEnvironment.application));
  /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 349 public RemoteViews bigContentView;
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 157 refreshRemoteViews(fourU, notification.bigContentView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 504 RemoteViews bigContentView = builder.createBigContentView();
505 if (bigContentView != null) {
506 return bigContentView;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationTest.java 146 assertNotNull(before.bigContentView);
149 assertNull(after.bigContentView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java     [all...]
NotificationEntryManager.java 601 newNotification.bigContentView = sbn.getNotification().bigContentView;
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 467 sbn.getNotification().bigContentView = null;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 455 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView));
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 227 * <li>{@link Notification#bigContentView bigContentView}</li>
    [all...]
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
  /prebuilts/sdk/17/
android.jar 

Completed in 879 milliseconds

1 2