Searched refs:smallestScreenWidthDp (Results 1 – 19 of 19) sorted by relevance
44 config.smallestScreenWidthDp = proto.smallestScreenWidthDp; in extract()
1219 smallestWidthDp = config.smallestScreenWidthDp;
1260 sIsTablet = windowContext.getResources().getConfiguration().smallestScreenWidthDp in isTablet()
54 smallestScreenWidthDp = OVERRIDE_SMALLEST_WIDTH in layoutInflater()
98 longDisplaySize, smallDisplaySize).smallestScreenWidthDp; in testNonDefaultDisplayResourcesConfiguration()102 smallDisplaySize, longDisplaySize).smallestScreenWidthDp; in testNonDefaultDisplayResourcesConfiguration()
173 assertThat(it.configuration().smallestScreenWidthDp) in <lambda>()232 assertThat(newConfig.smallestScreenWidthDp) in <lambda>()
127 …final int smallestScreenWidthDp = mWmState.getHomeTask().getFullConfiguration().smallestScreenWidt… in testNonResizeableActivity() local128 if (smallestScreenWidthDp >= WindowManager.LARGE_SCREEN_SMALLEST_SCREEN_WIDTH_DP) { in testNonResizeableActivity()
56 mIsLargeScreen = getResources().getConfiguration().smallestScreenWidthDp >= 600; in onCreate()
227 mIsLargeScreen = getResources().getConfiguration().smallestScreenWidthDp >= 600; in onCreate()
197 return windowContext.getResources().getConfiguration().smallestScreenWidthDp in isLargeScreenDisplay()
285 config.smallestScreenWidthDp, resConfig.configuration.smallestScreenWidthDp); in checkResourceConfig()
70 store.addResult("smallest_screen_width_dp", configuration.smallestScreenWidthDp); in collectDeviceInfo()
263 cfg1.smallestScreenWidthDp = 500; in testGenerateDiff()264 cfg2.smallestScreenWidthDp = 600; in testGenerateDiff()509 config.smallestScreenWidthDp); in testSetToDefaults()539 config.smallestScreenWidthDp); in testUnset()
168 mConfig.smallestScreenWidthDp = value; in setProperty()
223 assumeTrue(getDisplayConfiguration().smallestScreenWidthDp in testIgnoreOrientationRequestForActivityEmbeddingSplits()
111 addResult(SMALLEST_SCREEN_WIDTH_DP, configuration.smallestScreenWidthDp); in onStart()
1773 final int smallestScreenWidthDp = in testIMEVisibleWhenNotificationComes() local1774 editText.getContext().getResources().getConfiguration().smallestScreenWidthDp; in testIMEVisibleWhenNotificationComes()1775 Log.d(TAG, "smallestScreenWidthDp = " + smallestScreenWidthDp); in testIMEVisibleWhenNotificationComes()1776 assumeTrue(smallestScreenWidthDp >= 400); in testIMEVisibleWhenNotificationComes()
230 // Configuration.smallestScreenWidthDp
13884 field public int smallestScreenWidthDp;