Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowContextTests.java155 final FontScaleSession fontScaleSession = createManagedFontScaleSession(); in testWindowContextGlobalConfigChanges() local
158 final float expectedFontScale = fontScaleSession.get() + 0.3f; in testWindowContextGlobalConfigChanges()
159 fontScaleSession.set(expectedFontScale); in testWindowContextGlobalConfigChanges()
DConfigChangeTests.java237 final FontScaleSession fontScaleSession = createManagedFontScaleSession(); in testChangeFontScale() local
238 fontScaleSession.set(1.0f); in testChangeFontScale()
251 fontScaleSession.set(fontScale); in testChangeFontScale()
DActivityMetricsLoggerTests.java297 final FontScaleSession fontScaleSession = createManagedFontScaleSession(); in testAppRelaunchSetsWaitResultDelayData() local
298 fontScaleSession.set(fontScaleSession.get() + 0.1f); in testAppRelaunchSetsWaitResultDelayData()