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