Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java397 result.inflatedContentView = v; in apply()
715 if (result.inflatedContentView != null) { in finishIfDone()
717 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
1067 private View inflatedContentView; field in NotificationContentInflater.InflationProgress