Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/domain/interactor/
DFingerprintPropertyInteractorTest.kt78 configurationRepository.setScaleForResolution(1f) in sensorLocation_resolution1f()
104 configurationRepository.setScaleForResolution(2f) in sensorLocation_resolution2f()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DBurnInInteractorTest.kt89 configurationRepository.setScaleForResolution(3f) in udfpsBurnInOffset_updatesOnResolutionScaleChange()
93 configurationRepository.setScaleForResolution(.5f) in udfpsBurnInOffset_updatesOnResolutionScaleChange()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/ui/data/repository/
DFakeConfigurationRepository.kt67 fun setScaleForResolution(scale: Float) { in setScaleForResolution() method