Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/domain/interactor/
DConfigurationInteractorTest.kt136 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/domain/interactor/
DConfigurationInteractor.kt62 val naturalMaxBounds: Flow<Rect> = constant in com.android.systemui.common.ui.domain.interactor.ConfigurationInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractor.kt104 get() = configurationInteractor.naturalMaxBounds.pairwise() in <lambda>()