Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java158 final float expectedFontScale = fontScaleSession.get() + 0.3f; in testWindowContextGlobalConfigChanges() local
159 fontScaleSession.set(expectedFontScale); in testWindowContextGlobalConfigChanges()
168 waitForOrFail("font scale to match " + expectedFontScale, () -> in testWindowContextGlobalConfigChanges()
169 expectedFontScale == callbacks.mConfiguration.fontScale); in testWindowContextGlobalConfigChanges()