Searched refs:headsUp (Results 1 – 5 of 5) sorted by relevance
23 val headsUp: RemoteViews? = null, constant in com.android.systemui.statusbar.notification.row.shared.NewRemoteViews
604 result.remoteViews.headsUp != null) in <lambda>()729 val headsUp = in <lambda>() constant771 headsUp = headsUp, in <lambda>()791 headsUp?.let { in <lambda>()906 if (result.remoteViews.headsUp != null) { in <lambda>()909 newView = result.remoteViews.headsUp, in <lambda>()921 get() = result.remoteViews.headsUp in <lambda>()1417 result.remoteViews.headsUp in <lambda>()1419 } else if (result.remoteViews.headsUp == null) { in <lambda>()1426 result.remoteViews.headsUp in <lambda>()[all …]
1239 public void setHeadsUp(boolean headsUp) { in setHeadsUp() argument1240 mIsHeadsUp = headsUp; in setHeadsUp()
115 HeadsUpManager headsUp, in StatusBarNotificationPresenter() argument142 mHeadsUpManager = headsUp; in StatusBarNotificationPresenter()
1420 RemoteViews headsUp = builder.createHeadsUpContentView(); in maybePopulateRemoteViews() local1424 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()