Searched defs:screenWidthDp (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp43 jfieldID screenWidthDp; member in struct:android::__anon1050
69 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
92 gConfigurationClassInfo.screenWidthDp = GetFieldIDOrDie(env, clazz, "screenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp629 env->SetIntField(result, gConfigurationOffsets.mScreenWidthDpOffset, config.screenWidthDp);
678 jint screenWidthDp, jint screenHeightDp,
707 config.screenWidthDp = (uint16_t)screenWidthDp;
1807 "screenWidthDp", "I");
670 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 colorMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java785 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
782 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 colorMode, int majorVersion) argument
H A DConfiguration.java676 * Default value for {@link #screenWidthDp} indicating that no width
688 public int screenWidthDp; field in class:Configuration
716 * This is the smallest value of both screenWidthDp and screenHeightDp
893 screenWidthDp = o.screenWidthDp;
942 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
943 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
1083 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
1247 if (delta.screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED
1248 && screenWidthDp !
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1126 uint16_t screenWidthDp; member in struct:android::ResTable_config::__anon1203::__anon1204

Completed in 139 milliseconds