Searched refs:mAppSizesDownscaled (Results 1 – 1 of 1) sorted by relevance
109 private CommandSession.SizeInfo mAppSizesDownscaled; field in CompatScaleTests195 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 …]