Searched refs:currentDisplaySize (Results 1 – 4 of 4) sorted by relevance
57 val currentDisplaySize: StateFlow<Size> constant116 override val currentDisplaySize: StateFlow<Size> = constant
221 displayStateRepository.currentDisplaySize, in info()
39 override val currentDisplaySize: StateFlow<Size> = _currentDisplaySize.asStateFlow() constant in com.android.systemui.biometrics.data.repository.FakeDisplayStateRepository
119 val currentSize by collectLastValue(underTest.currentDisplaySize) in updatesCurrentSize_whenDisplayStateChanges()