Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt849 existingView = privateLayout.contractedChild, in <lambda>()
893 existingView = privateLayout.expandedChild, in <lambda>()
938 existingView = privateLayout.headsUpChild, in <lambda>()
981 existingView = publicLayout.contractedChild, in <lambda>()
1026 existingView = childrenContainer.groupHeader, in <lambda>()
1072 existingView = childrenContainer.minimizedNotificationHeader, in <lambda>()
1119 existingView: View?, in <lambda>()
1138 requireNotNull(existingView) in <lambda>()
1142 existingView, in <lambda>()
1145 validateView(existingView, entry, row.resources) in <lambda>()
[all …]
DNotificationContentInflater.java677 View existingView, in applyRemoteView() argument
695 existingView, in applyRemoteView()
697 validateView(existingView, entry, row.getResources()); in applyRemoteView()
743 View newView = existingView; in applyRemoteView()
752 existingView, in applyRemoteView()
776 existingView, in applyRemoteView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImplTest.kt257 existingView = null, in <lambda>()