Searched refs:originalScreenWidthDp (Results 1 – 1 of 1) sorted by relevance
2166 int originalScreenWidthDp = mActivity.getConfiguration().screenWidthDp; in testComputeConfigResourceOverrides_unresizableApp() local2173 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().smallestScreenWidthDp); in testComputeConfigResourceOverrides_unresizableApp()2174 assertTrue(originalScreenWidthDp < originalScreenHeighthDp); in testComputeConfigResourceOverrides_unresizableApp()2182 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().smallestScreenWidthDp); in testComputeConfigResourceOverrides_unresizableApp()2183 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().screenWidthDp); in testComputeConfigResourceOverrides_unresizableApp()2191 assertNotEquals(originalScreenWidthDp, mActivity.getConfiguration().screenWidthDp); in testComputeConfigResourceOverrides_unresizableApp()2208 int originalScreenWidthDp = mActivity.getConfiguration().screenWidthDp;2215 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().smallestScreenWidthDp);2216 assertTrue(originalScreenWidthDp < originalScreenHeighthDp);2223 assertNotEquals(originalScreenWidthDp, mActivity.getConfiguration().screenWidthDp);