Home
last modified time | relevance | path

Searched refs:currentDisplaySize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DDisplayStateRepository.kt57 val currentDisplaySize: StateFlow<Size> constant
116 override val currentDisplaySize: StateFlow<Size> = constant
DFacePropertyRepository.kt221 displayStateRepository.currentDisplaySize, in info()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeDisplayStateRepository.kt39 override val currentDisplaySize: StateFlow<Size> = _currentDisplaySize.asStateFlow() constant in com.android.systemui.biometrics.data.repository.FakeDisplayStateRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DDisplayStateRepositoryTest.kt119 val currentSize by collectLastValue(underTest.currentDisplaySize) in updatesCurrentSize_whenDisplayStateChanges()