Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java345 result.inflatedContentView = v; in apply()
582 if (result.inflatedContentView != null) { in finishIfDone()
584 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
901 private View inflatedContentView; field in NotificationContentInflater.InflationProgress