Searched refs:hasPinnedHeadsUpRow (Results 1 – 3 of 3) sorted by relevance
565 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_true() constant573 assertThat(hasPinnedHeadsUpRow).isTrue() in hasPinnedHeadsUpRows_true()580 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_false() constant588 assertThat(hasPinnedHeadsUpRow).isFalse() in hasPinnedHeadsUpRows_false()
66 viewModel.hasPinnedHeadsUpRow.collect { parentView.setInHeadsUpPinnedMode(it) } in <lambda>()
288 val hasPinnedHeadsUpRow: Flow<Boolean> by lazy { in <lambda>() constant