Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java422 result.inflatedContentView = v; in apply()
681 if (result.inflatedContentView != null) { in finishIfDone()
683 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
983 private View inflatedContentView; field in NotificationContentInflater.InflationProgress