Searched refs:useExtraShelfSpace (Results 1 – 4 of 4) sorted by relevance
76 val useExtraShelfSpace by collectLastValue(underTest.useExtraShelfSpace) in useExtraShelfSpaceIsTrueWithUdfps() constant81 assertThat(useExtraShelfSpace).isEqualTo(true) in useExtraShelfSpaceIsTrueWithUdfps()87 val useExtraShelfSpace by collectLastValue(underTest.useExtraShelfSpace) in useExtraShelfSpaceIsTrueWithRearFpsAndNoAmbientIndicationArea() constant92 assertThat(useExtraShelfSpace).isEqualTo(true) in useExtraShelfSpaceIsTrueWithRearFpsAndNoAmbientIndicationArea()98 val useExtraShelfSpace by collectLastValue(underTest.useExtraShelfSpace) in useExtraShelfSpaceIsFalseWithRearFpsAndAmbientIndicationArea() constant103 assertThat(useExtraShelfSpace).isEqualTo(false) in useExtraShelfSpaceIsFalseWithRearFpsAndAmbientIndicationArea()
95 val useExtraShelfSpace: Flow<Boolean> = in <lambda>() constant
639 interactor.useExtraShelfSpace, in <lambda>()645 val useExtraShelfSpace = flows[5] as Boolean in <lambda>() constant649 emit(calculateSpace(availableHeight, useExtraShelfSpace)) in <lambda>()
668 val calculateSpace = { space: Float, useExtraShelfSpace: Boolean -> notificationCount } in <lambda>() method696 val calculateSpace = { space: Float, useExtraShelfSpace: Boolean -> notificationCount } in <lambda>() method728 val calculateSpace = { space: Float, useExtraShelfSpace: Boolean -> 10 } in <lambda>() method