Searched defs:screenLayout (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp34 jfieldID screenLayout; member in struct:android::__anon859
52 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
82 gConfigurationClassInfo.screenLayout = GetFieldIDOrDie(env, clazz, "screenLayout", "I");
H A Dandroid_util_AssetManager.cpp680 jint screenLayout, jint uiMode,
710 config.screenLayout = (uint8_t)screenLayout;
715 // In Java, we use a 32bit integer for screenLayout, while we only use an 8bit integer
716 // in C++. We must extract the round qualifier out of the Java screenLayout and put it
719 (uint8_t)((screenLayout & kScreenLayoutRoundMask) >> kScreenLayoutRoundShift);
671 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java95 public CompatibilityInfo(ApplicationInfo appInfo, int screenLayout, int sw, argument
198 switch (screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) {
217 if ((screenLayout&Configuration.SCREENLAYOUT_COMPAT_NEEDED) != 0) {
456 inoutConfig.screenLayout =
457 (inoutConfig.screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK)
H A DAssetManager.java759 int screenLayout, int uiMode, int majorVersion);
755 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int majorVersion) argument
H A DConfiguration.java104 /** Constant for {@link #screenLayout}: bits that encode the size. */
106 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
109 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
117 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
125 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
133 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
142 /** Constant for {@link #screenLayout}: bits that encode the aspect ratio. */
144 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_LONG_MASK}
147 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_LONG_MASK}
152 /** Constant for {@link #screenLayout}
232 public int screenLayout; field in class:Configuration
1527 getScreenLayoutNoDirection(int screenLayout) argument
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1073 // screenLayout bits for screen size class.
1081 // screenLayout bits for wide/long screen variation.
1088 // screenLayout bits for layout direction.
1117 uint8_t screenLayout; member in struct:android::ResTable_config::__anon1002::__anon1003

Completed in 4501 milliseconds