Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/MultiUser/src/com/android/test/multiuser/
H A DMultiUserSettingsTests.java90 final float oldGlobalFontScale = getGlobalFontScale(); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI() local
91 final float newFontScaleOfBgUser = 1 + Math.max(oldGlobalFontScale, oldFontScaleOfBgUser); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()
96 assertEquals(oldGlobalFontScale, newGlobalFontScale, 0); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()