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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp32 jfieldID screenLayout; member in struct:android::__anon28
50 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
101 GET_FIELD_ID(gConfigurationClassInfo.screenLayout, clazz,
102 "screenLayout", "I");
H A Dandroid_util_AssetManager.cpp515 jint screenLayout, jint uiMode,
541 config.screenLayout = (uint8_t)screenLayout;
506 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 DConfiguration.java65 /** Constant for {@link #screenLayout}: bits that encode the size. */
67 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
70 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
75 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
80 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
85 /** Constant for {@link #screenLayout}: a {@link #SCREENLAYOUT_SIZE_MASK}
119 public int screenLayout; field in class:Configuration
122 * Check if the Configuration's current {@link #screenLayout} is at
132 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK;
321 screenLayout
[all...]
H A DAssetManager.java656 int screenLayout, int uiMode, int majorVersion);
652 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
/frameworks/base/include/utils/
H A DResourceTypes.h934 // screenLayout bits for screen size class.
942 // screenLayout bits for wide/long screen variation.
969 uint8_t screenLayout; member in struct:android::ResTable_config::__anon216::__anon217
1036 diff = (int32_t)(screenLayout - o.screenLayout);
1082 if (screenLayout != o.screenLayout) diffs |= CONFIG_SCREEN_LAYOUT;
1138 if (screenLayout || o.screenLayout) {
1139 if (((screenLayout
[all...]

Completed in 2521 milliseconds