Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DFontScaleActivity.java19 import static android.server.wm.app.Components.FontScaleActivity.EXTRA_FONT_ACTIVITY_DPI;
75 bundle -> bundle.putInt(EXTRA_FONT_ACTIVITY_DPI, fontActivityDpi)); in dumpActivityDpi()
DComponents.java380 public static final String EXTRA_FONT_ACTIVITY_DPI = "fontActivityDpi"; field in Components.FontScaleActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java25 import static android.server.wm.app.Components.FontScaleActivity.EXTRA_FONT_ACTIVITY_DPI;
244 if (!extras.containsKey(EXTRA_FONT_ACTIVITY_DPI)) { in testChangeFontScale()
247 final int densityDpi = extras.getInt(EXTRA_FONT_ACTIVITY_DPI); in testChangeFontScale()