Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCaptioningManagerTest.java57 shadowOf(captioningManager).setFontScale(fontScale); in setFontScale_changesValueOfGetFontScale()
67 shadowOf(captioningManager).setFontScale(fontScale); in setFontScale_notifiesObservers()
79 shadowOf(captioningManager).setFontScale(fontScale); in addCaptioningChangeListener_doesNotRegisterSameListenerTwice()
89 shadowOf(captioningManager).setFontScale(1.5f); in removeCaptioningChangeListener_unregistersFontScaleListener()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCaptioningManager.java25 public void setFontScale(float fontScale) { in setFontScale() method in ShadowCaptioningManager