Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelTest.kt230 underTest.onNotificationIconChipClicked() in onNotificationIconChipClicked_lockedOnNotifShade_collapsesShadeToLockscreen()
244 underTest.onNotificationIconChipClicked() in onNotificationIconChipClicked_lockedOnQsShade_expandsNotifShade()
259 underTest.onNotificationIconChipClicked() in onNotificationIconChipClicked_unlockedOnNotifShade_collapsesShadeToGone()
273 underTest.onNotificationIconChipClicked() in onNotificationIconChipClicked_unlockedOnQsShade_expandsNotifShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModel.kt219 fun onNotificationIconChipClicked() { in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt337 onClick = viewModel::onNotificationIconChipClicked, in ContentScope()