Searched refs:naturalMaxBounds (Results 1 – 3 of 3) sorted by relevance
136 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsChange_emitsNaturalMaxBoundsChange()154 val values by collectValues(underTest.naturalMaxBounds) in maxBoundsSameOnConfigChange_doesNotEmitNaturalMaxBoundsChange()167 val values by collectValues(underTest.naturalMaxBounds) in firstMaxBoundsChange_emitsNaturalMaxBoundsChange()178 val values by collectValues(underTest.naturalMaxBounds) in displayRotatedButMaxBoundsTheSame_doesNotEmitNewNaturalMaxBoundsChange()
62 val naturalMaxBounds: Flow<Rect> = constant in com.android.systemui.common.ui.domain.interactor.ConfigurationInteractor
104 get() = configurationInteractor.naturalMaxBounds.pairwise() in <lambda>()