Searched refs:mCompatScale (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | CompatScaleTests.java | 81 private final float mCompatScale; field in CompatScaleTests 90 mCompatScale = compatScale; in CompatScaleTests() 91 mInvCompatScale = 1 / mCompatScale; in CompatScaleTests() 118 assertScaled("Density DPI should scale by " + mCompatScale, in test_config_densityDpi_scalesCorrectly_inCompatDownscalingMode() 119 mAppSizesNormal.densityDpi, mCompatScale, mAppSizesDownscaled.densityDpi); in test_config_densityDpi_scalesCorrectly_inCompatDownscalingMode() 148 assertScaled("Width should scale by " + mCompatScale, in test_config_windowSizes_inPXs_scaleCorrectly_inCompatDownscalingMode() 149 mAppSizesNormal.windowWidth, mCompatScale, mAppSizesDownscaled.windowWidth); in test_config_windowSizes_inPXs_scaleCorrectly_inCompatDownscalingMode() 150 assertScaled("Height should scale by " + mCompatScale, in test_config_windowSizes_inPXs_scaleCorrectly_inCompatDownscalingMode() 151 mAppSizesNormal.windowHeight, mCompatScale, mAppSizesDownscaled.windowHeight); in test_config_windowSizes_inPXs_scaleCorrectly_inCompatDownscalingMode() 152 assertScaled("App width should scale by " + mCompatScale, in test_config_windowSizes_inPXs_scaleCorrectly_inCompatDownscalingMode() [all …]
|