Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java278 && result.newHeadsUpView != null; in inflateSmartReplyViews()
309 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
389 if (result.newHeadsUpView != null) { in apply()
391 !canReapplyRemoteView(result.newHeadsUpView, in apply()
401 return result.newHeadsUpView; in apply()
622 result.newHeadsUpView); in finishIfDone()
623 } else if (result.newHeadsUpView == null) { in finishIfDone()
628 result.newHeadsUpView); in finishIfDone()
630 if (result.newHeadsUpView != null) { in finishIfDone()
894 private RemoteViews newHeadsUpView; field in NotificationContentInflater.InflationProgress