Home
last modified time | relevance | path

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

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