Home
last modified time | relevance | path

Searched refs:mHeadsUpContentView (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java70 private RemoteViews mHeadsUpContentView; field in NotificationCompatApi21.Builder
126 mHeadsUpContentView = headsUpContentView; in Builder()
150 if (mHeadsUpContentView != null) { in build()
151 notification.headsUpContentView = mHeadsUpContentView; in build()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java810 b.mHeadsUpContentView, b.mGroupAlertBehavior); in build()
846 b.mBigContentView, b.mHeadsUpContentView, b.mGroupAlertBehavior); in build()
869 b.mBigContentView, b.mHeadsUpContentView, b.mChannelId, b.mBadgeIcon, in build()
1053 RemoteViews mHeadsUpContentView; field in NotificationCompat.Builder
1769 mHeadsUpContentView = contentView; in setCustomHeadsUpContentView()
1909 return mHeadsUpContentView; in getHeadsUpContentView()