Home
last modified time | relevance | path

Searched refs:displayStateRepository (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractorImplTest.kt39 private lateinit var displayStateRepository: FakeDisplayStateRepository variable in com.android.systemui.biometrics.domain.interactor.DisplayStateInteractorImplTest
47 displayStateRepository = FakeDisplayStateRepository() in setup()
54 displayStateRepository, in setup()
65 displayStateRepository.setIsInRearDisplayMode(false) in isInRearDisplayModeChanges()
68 displayStateRepository.setIsInRearDisplayMode(true) in isInRearDisplayModeChanges()
77 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180) in currentRotationChanges()
80 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in currentRotationChanges()
DPromptSelectorInteractorImplTest.kt81 private lateinit var displayStateRepository: FakeDisplayStateRepository in <lambda>() variable in com.android.systemui.biometrics.domain.interactor.PromptSelectorInteractorImplTest
88 displayStateRepository = FakeDisplayStateRepository() in <lambda>()
95 displayStateRepository, in <lambda>()
241 displayStateRepository.setIsLargeScreen(false) in <lambda>()
242 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in <lambda>()
259 displayStateRepository.setIsLargeScreen(true) in <lambda>()
260 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in <lambda>()
339 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in <lambda>()
371 displayStateRepository.currentRotation.value == DisplayRotation.ROTATION_90 || in <lambda>()
372 displayStateRepository.currentRotation.value == DisplayRotation.ROTATION_270, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DSideFpsOverlayViewModelTest.kt49 import com.android.systemui.display.data.repository.displayStateRepository
148 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in updatesOverlayViewProperties_onDisplayRotationChange_xAlignedSensor()
153 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180) in updatesOverlayViewProperties_onDisplayRotationChange_xAlignedSensor()
158 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_270) in updatesOverlayViewProperties_onDisplayRotationChange_xAlignedSensor()
179 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_0) in updatesOverlayViewProperties_onDisplayRotationChange_yAlignedSensor()
183 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in updatesOverlayViewProperties_onDisplayRotationChange_yAlignedSensor()
188 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180) in updatesOverlayViewProperties_onDisplayRotationChange_yAlignedSensor()
192 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_270) in updatesOverlayViewProperties_onDisplayRotationChange_yAlignedSensor()
219 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor()
227 kosmos.displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor()
[all …]
DPromptViewModelTest.kt164 private lateinit var displayStateRepository: FakeDisplayStateRepository in <lambda>() variable in com.android.systemui.biometrics.ui.viewmodel.PromptViewModelTest
192 displayStateRepository = FakeDisplayStateRepository() in <lambda>()
199 displayStateRepository, in <lambda>()
747 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_0) in <lambda>()
750 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90) in <lambda>()
753 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180) in <lambda>()
756 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_270) in <lambda>()
770 displayStateRepository.setIsInRearDisplayMode(false) in <lambda>()
773 displayStateRepository.setIsInRearDisplayMode(true) in <lambda>()
1453 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_0) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractor.kt79 displayStateRepository: DisplayStateRepository,
118 displayStateRepository.isInRearDisplayMode
121 displayStateRepository.currentRotation
123 override val isReverseDefaultRotation: Boolean = displayStateRepository.isReverseDefaultRotation
131 override val isLargeScreen: StateFlow<Boolean> = displayStateRepository.isLargeScreen
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractorKosmos.kt21 import com.android.systemui.display.data.repository.displayStateRepository
33 displayStateRepository = displayStateRepository, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/display/data/repository/
DDisplayStateRepositoryKosmos.kt23 val Kosmos.displayStateRepository by Fixture { FakeDisplayStateRepository() } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepository.kt101 displayStateRepository: DisplayStateRepository,
220 displayStateRepository.currentRotation, in info()
221 displayStateRepository.currentDisplaySize, in info()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinderTest.kt49 import com.android.systemui.display.data.repository.displayStateRepository
382 kosmos.displayStateRepository.setIsInRearDisplayMode(isInRearDisplayMode) in setupTestConfiguration()
383 kosmos.displayStateRepository.setCurrentRotation(rotation) in setupTestConfiguration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepositoryImplTest.kt77 private val displayStateRepository = FakeDisplayStateRepository() constant
109 displayStateRepository, in createRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/dagger/
DBiometricsModule.kt104 fun displayStateRepository(impl: DisplayStateRepositoryImpl): DisplayStateRepository in bindAuthControllerStartable() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt130 private val displayStateRepository = FakeDisplayStateRepository() in <lambda>() constant in com.android.systemui.biometrics.AuthContainerViewTest
161 displayStateRepository, in <lambda>()