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/
DNotificationInflater.java248 result.inflatedHeadsUpView = v; in apply()
433 if (result.inflatedHeadsUpView != null) { in finishIfDone()
434 privateLayout.setHeadsUpChild(result.inflatedHeadsUpView); in finishIfDone()
657 private View inflatedHeadsUpView; field in NotificationInflater.InflationProgress