HomeSort by relevance Sort by last modified time
    Searched full:headsupcontentview (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 61 RemoteViews bigContentView, RemoteViews headsUpContentView) {
104 if (headsUpContentView != null) {
105 b.setCustomHeadsUpContentView(headsUpContentView);
  /frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java 72 RemoteViews headsUpContentView) {
116 mHeadsUpContentView = headsUpContentView;
140 notification.headsUpContentView = mHeadsUpContentView;
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.app.Notification.html 148 <A NAME="android.app.Notification.headsUpContentView"></A>
149 <nobr><code>RemoteViews</code>&nbsp;<A HREF="../../../../reference/android/app/Notification.html#headsUpContentView" target="_top"><code>headsUpContentView</code></font></A></nobr> </TD>
fields_index_changes.html 166 <nobr><A HREF="android.app.Notification.html#android.app.Notification.headsUpContentView" class="hiddenlink" target="rightframe">headsUpContentView</A>
alldiffs_index_changes.html     [all...]
fields_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 318 n.headsUpContentView = remoteViews;
354 n.headsUpContentView = NotificationCompatImplBase.generateMediaBigView(b.mContext,
359 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.headsUpContentView,
361 setBackgroundColor(b.mContext, n.headsUpContentView, b.getColor());
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.app.Notification.html 283 <A NAME="android.app.Notification.headsUpContentView"></A>
284 <nobr><code>RemoteViews</code>&nbsp;<A HREF="../../../../reference/android/app/Notification.html#headsUpContentView" target="_top"><code>headsUpContentView</code></A></nobr>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
fields_index_additions.html     [all...]
fields_index_all.html     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java     [all...]
BaseStatusBar.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 317 public RemoteViews headsUpContentView;
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 165 * <li>{@link Notification#headsUpContentView headsUpContentView}</li>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/
missingSinces.txt     [all...]
user_comments_for_20_to_21.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
system-current.txt     [all...]
test-current.txt     [all...]
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /frameworks/opt/setupwizard/tools/docs/
android-22.txt     [all...]

Completed in 1037 milliseconds

1 2