HomeSort by relevance Sort by last modified time
    Searched refs:bigContentView (Results 1 - 25 of 32) 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/compat/api20/android/support/v4/app/
NotificationCompatApi20.java 45 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
85 mBigContentView = bigContentView;
106 notification.bigContentView = mBigContentView;
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 61 RemoteViews bigContentView, RemoteViews headsUpContentView) {
101 if (bigContentView != null) {
102 b.setCustomBigContentView(bigContentView);
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 46 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
96 mBigContentView = bigContentView;
124 notification.bigContentView = mBigContentView;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 263 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView,
289 RemoteViews bigContentView = b.getBigContentView();
290 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView();
301 n.bigContentView = remoteViews;
332 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView,
334 setBackgroundColor(b.mContext, n.bigContentView, b.getColor());
502 * In the expanded form, {@link Notification#bigContentView}, up to 5
536 * @see Notification#bigContentView
NotificationCompatImplBase.java 45 * contentView and bigContentView of the notification.
121 n.bigContentView = generateMediaBigView(context, contentTitle, contentText, contentInfo,
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 71 String sortKey, RemoteViews contentView, RemoteViews bigContentView,
115 mBigContentView = bigContentView;
137 notification.bigContentView = mBigContentView;
  /frameworks/support/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 81 RemoteViews contentView, RemoteViews bigContentView) {
126 mBigContentView = bigContentView;
160 notif.bigContentView = mBigContentView;
  /frameworks/base/core/java/android/app/
Notification.java 303 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/
NotificationContentView.java     [all...]
BaseStatusBar.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchModel.java 307 notification.bigContentView = expanded;
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 164 * <li>{@link Notification#bigContentView bigContentView}</li>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.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 
  /prebuilts/sdk/17/
android.jar 

Completed in 3852 milliseconds

1 2