Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java513 result.inflatedExpandedView = v; in apply()
894 if (result.inflatedExpandedView != null) {
895 privateLayout.setExpandedChild(result.inflatedExpandedView);
1337 private View inflatedExpandedView;
DNotificationRowContentBinderImpl.kt564 var inflatedExpandedView: View? = null in <lambda>() variable in com.android.systemui.statusbar.notification.row.InflationProgress
872 result.inflatedExpandedView = v in <lambda>()
1385 if (result.inflatedExpandedView != null) { in <lambda>()
1386 privateLayout.setExpandedChild(result.inflatedExpandedView) in <lambda>()