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

  /frameworks/base/core/java/android/content/res/
Configuration.java 92 public int screenLayout;
241 screenLayout = o.screenLayout;
271 sb.append(screenLayout);
297 screenLayout = SCREENLAYOUT_SIZE_UNDEFINED;
375 if (delta.screenLayout != SCREENLAYOUT_SIZE_UNDEFINED
376 && screenLayout != delta.screenLayout) {
378 screenLayout = delta.screenLayout;
    [all...]
AssetManager.java 654 int screenLayout, int uiMode, int majorVersion);
Resources.java     [all...]
  /frameworks/base/core/java/android/util/
DisplayMetrics.java 140 int screenLayout) {
148 if ((screenLayout&Configuration.SCREENLAYOUT_COMPAT_NEEDED) == 0) {
157 if ((screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK)
167 if ((screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK)
  /frameworks/base/include/utils/
ResourceTypes.h 933 // screenLayout bits for screen size class.
941 // screenLayout bits for wide/long screen variation.
967 uint8_t screenLayout;
    [all...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 34 jfieldID screenLayout;
49 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
95 GET_FIELD_ID(gConfigurationClassInfo.screenLayout, gConfigurationClassInfo.clazz,
96 "screenLayout", "I");
android_util_AssetManager.cpp 535 jint screenLayout, jint uiMode,
558 config.screenLayout = (uint8_t)screenLayout;
    [all...]
  /frameworks/base/native/android/
configuration.cpp 96 return config->screenLayout&ResTable_config::MASK_SCREENSIZE;
100 return (config->screenLayout&ResTable_config::MASK_SCREENLONG)
169 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENSIZE)
174 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG)
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 50 + "screenLayout=0x" + Integer.toHexString(c.screenLayout) + "\n"
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 203 int screenLayout = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
204 String screenSize = String.format("0x%x", screenLayout);
205 switch (screenLayout) {
  /frameworks/base/tools/aapt/
AaptAssets.cpp 148 *value = (config.screenLayout&ResTable_config::MASK_SCREENSIZE);
155 *value = (config.screenLayout&ResTable_config::MASK_SCREENLONG);
750 if (out) out->screenLayout =
751 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE)
755 if (out) out->screenLayout =
756 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE)
760 if (out) out->screenLayout =
761 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE)
765 if (out) out->screenLayout =
766 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 192 config.screenLayout = 1;
372 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED;
401 assertEquals(config.screenLayout, parcel.readInt());
ConfigTest.java 47 SCREENLAYOUT
135 case SCREENLAYOUT:
136 mConfig.screenLayout = value;
311 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
318 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
325 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE);
332 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_XLARGE);
417 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
426 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
435 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE)
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 762 milliseconds