Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DProtoExtractors.java44 config.smallestScreenWidthDp = proto.smallestScreenWidthDp; in extract()
DCommandSession.java1219 smallestWidthDp = config.smallestScreenWidthDp;
DActivityManagerTestBase.java1260 sIsTablet = windowContext.getResources().getConfiguration().smallestScreenWidthDp in isTablet()
/cts/tests/tests/content/src/android/content/res/cts/config/activity/
DOverrideConfigBaseActivity.kt54 smallestScreenWidthDp = OVERRIDE_SMALLEST_WIDTH in layoutInflater()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayTests.java98 longDisplaySize, smallDisplaySize).smallestScreenWidthDp; in testNonDefaultDisplayResourcesConfiguration()
102 smallDisplaySize, longDisplaySize).smallestScreenWidthDp; in testNonDefaultDisplayResourcesConfiguration()
/cts/tests/tests/content/src/android/content/res/cts/config/
DOverrideConfigTest.kt173 assertThat(it.configuration().smallestScreenWidthDp) in <lambda>()
232 assertThat(newConfig.smallestScreenWidthDp) in <lambda>()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DMultiWindowTests.java127 …final int smallestScreenWidthDp = mWmState.getHomeTask().getFullConfiguration().smallestScreenWidt… in testNonResizeableActivity() local
128 if (smallestScreenWidthDp >= WindowManager.LARGE_SCREEN_SMALLEST_SCREEN_WIDTH_DP) { in testNonResizeableActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java56 mIsLargeScreen = getResources().getConfiguration().smallestScreenWidthDp >= 600; in onCreate()
DBubblesVerifierActivity.java227 mIsLargeScreen = getResources().getConfiguration().smallestScreenWidthDp >= 600; in onCreate()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSdkAvailabilityTest.java197 return windowContext.getResources().getConfiguration().smallestScreenWidthDp in isLargeScreenDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityManagerGetConfigTests.java285 config.smallestScreenWidthDp, resConfig.configuration.smallestScreenWidthDp); in checkResourceConfig()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DScreenDeviceInfo.java70 store.addResult("smallest_screen_width_dp", configuration.smallestScreenWidthDp); in collectDeviceInfo()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java263 cfg1.smallestScreenWidthDp = 500; in testGenerateDiff()
264 cfg2.smallestScreenWidthDp = 600; in testGenerateDiff()
509 config.smallestScreenWidthDp); in testSetToDefaults()
539 config.smallestScreenWidthDp); in testUnset()
DConfigTest.java168 mConfig.smallestScreenWidthDp = value; in setProperty()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPolicyTests.java223 assumeTrue(getDisplayConfiguration().smallestScreenWidthDp in testIgnoreOrientationRequestForActivityEmbeddingSplits()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java111 addResult(SMALLEST_SCREEN_WIDTH_DP, configuration.smallestScreenWidthDp); in onStart()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DKeyboardVisibilityControlTest.java1773 final int smallestScreenWidthDp = in testIMEVisibleWhenNotificationComes() local
1774 editText.getContext().getResources().getConfiguration().smallestScreenWidthDp; in testIMEVisibleWhenNotificationComes()
1775 Log.d(TAG, "smallestScreenWidthDp = " + smallestScreenWidthDp); in testIMEVisibleWhenNotificationComes()
1776 assumeTrue(smallestScreenWidthDp >= 400); in testIMEVisibleWhenNotificationComes()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto230 // Configuration.smallestScreenWidthDp
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13884 field public int smallestScreenWidthDp;