HomeSort by relevance Sort by last modified time
    Searched refs:screenLayout (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 53 int actualSize = mConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
54 int actualLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
65 * @return expected value of {@link Configuration#screenLayout} with the
71 // 2. For each orientation start an activity and compute what it's screenLayout value is
72 // 3. Reduce the screenLayout values if they are smaller
74 int screenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE
78 screenLayout = reduceScreenLayout(activity, screenLayout);
81 return screenLayout;
92 private int reduceScreenLayout(Context context, int screenLayout) {
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 50 + "screenLayout=0x" + Integer.toHexString(c.screenLayout) + "\n"
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 69 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultTest.java 149 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 190 int screenLayout = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
191 String screenSize = String.format("0x%x", screenLayout);
192 switch (screenLayout) {
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 163 config.screenLayout = 1;
365 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED;
ConfigTest.java 52 SCREENLAYOUT,
135 case SCREENLAYOUT:
136 mConfig.screenLayout = value;
360 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
367 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
374 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE);
381 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_XLARGE);
564 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
571 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
578 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 271 milliseconds