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::__anon859
69 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
92 gConfigurationClassInfo.screenWidthDp = GetFieldIDOrDie(env, clazz, "screenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp630 env->SetIntField(result, gConfigurationOffsets.mScreenWidthDpOffset, config.screenWidthDp);
679 jint screenWidthDp, jint screenHeightDp,
708 config.screenWidthDp = (uint16_t)screenWidthDp;
2290 "screenWidthDp", "I");
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 DAssetManager.java758 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
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.java587 * Default value for {@link #screenWidthDp} indicating that no width
599 public int screenWidthDp; field in class:Configuration
627 * This is the smallest value of both screenWidthDp and screenHeightDp
768 screenWidthDp = o.screenWidthDp;
815 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
816 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
935 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
1053 if (delta.screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED
1054 && screenWidthDp !
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1126 uint16_t screenWidthDp; member in struct:android::ResTable_config::__anon1004::__anon1005

Completed in 1424 milliseconds