Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt565 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_true() constant
573 assertThat(hasPinnedHeadsUpRow).isTrue() in hasPinnedHeadsUpRows_true()
580 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_false() constant
588 assertThat(hasPinnedHeadsUpRow).isFalse() in hasPinnedHeadsUpRows_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ui/viewbinder/
DHeadsUpNotificationViewBinder.kt66 viewModel.hasPinnedHeadsUpRow.collect { parentView.setInHeadsUpPinnedMode(it) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt288 val hasPinnedHeadsUpRow: Flow<Boolean> by lazy { in <lambda>() constant