Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java451 result.inflatedHeadsUpView = v; in apply()
752 if (result.inflatedHeadsUpView != null) { in finishIfDone()
753 privateLayout.setHeadsUpChild(result.inflatedHeadsUpView); in finishIfDone()
1068 private View inflatedHeadsUpView; field in NotificationContentInflater.InflationProgress