Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java472 result.inflatedHeadsUpView = v; in apply()
712 if (result.inflatedHeadsUpView != null) { in finishIfDone()
713 privateLayout.setHeadsUpChild(result.inflatedHeadsUpView); in finishIfDone()
984 private View inflatedHeadsUpView; field in NotificationContentInflater.InflationProgress