Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/
DKeyboardBacklightDialogCoordinator.kt59 viewModel.dialogContent.collect { contentModel -> in startListening() method
60 if (contentModel != null) { in startListening()
61 showDialog(contentModel) in startListening()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt194 result.contentModel.singleLineViewModel?.let { viewModel -> in <lambda>()
456 inflationProgress.contentModel.singleLineViewModel?.let { in <lambda>()
559 val contentModel: NotificationContentModel, in <lambda>() constant in com.android.systemui.statusbar.notification.row.InflationProgress
687 val contentModel = in <lambda>() constant
696 contentModel = contentModel, in <lambda>()
1440 val viewModel = result.contentModel.singleLineViewModel in <lambda>()
1515 entry.setContentModel(result.contentModel) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java1045 public void setContentModel(NotificationContentModel contentModel) { in setContentModel() argument
1047 HeadsUpStatusBarModel headsUpStatusBarModel = contentModel.getHeadsUpStatusBarModel(); in setContentModel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImplTest.kt230 contentModel = NotificationContentModel(headsUpStatusBarModel) in <lambda>()