Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java109 private CommandSession.SizeInfo mAppSizesDownscaled; field in CompatScaleTests
195 mAppSizesDownscaled = session.getActivitySession().getConfigInfo().sizeInfo; in test_scalesCorrectly()
220 mAppSizesDownscaled.densityDpi); in test_scalesCorrectly_inCompatDownscalingMode()
224 equalTo(mAppSizesDownscaled.widthDp)); in test_scalesCorrectly_inCompatDownscalingMode()
228 equalTo(mAppSizesDownscaled.heightDp)); in test_scalesCorrectly_inCompatDownscalingMode()
232 equalTo(mAppSizesDownscaled.smallestWidthDp)); in test_scalesCorrectly_inCompatDownscalingMode()
237 mAppSizesDownscaled.windowWidth); in test_scalesCorrectly_inCompatDownscalingMode()
242 mAppSizesDownscaled.windowHeight); in test_scalesCorrectly_inCompatDownscalingMode()
247 mAppSizesDownscaled.windowAppWidth); in test_scalesCorrectly_inCompatDownscalingMode()
252 mAppSizesDownscaled.windowAppHeight); in test_scalesCorrectly_inCompatDownscalingMode()
[all …]