Searched refs:FontScaleSession (Results 1 – 1 of 1) sorted by relevance
267 private static class FontScaleSession extends SettingsSession<Float> { class in ConfigChangeTests268 FontScaleSession() { in FontScaleSession() method in ConfigChangeTests.FontScaleSession277 try (final FontScaleSession fontScaleSession = new FontScaleSession()) { in testChangeFontScale()