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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp41 jfieldID screenWidthDp; member in struct:android::__anon788
67 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
110 GET_FIELD_ID(gConfigurationClassInfo.screenWidthDp, clazz,
111 "screenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp602 jint screenWidthDp, jint screenHeightDp,
627 config.screenWidthDp = (uint16_t)screenWidthDp;
594 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.java680 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
677 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.java489 * Default value for {@link #screenWidthDp} indicating that no width
501 public int screenWidthDp; field in class:Configuration
529 * This is the smallest value of both screenWidthDp and screenHeightDp
639 screenWidthDp = o.screenWidthDp;
685 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
686 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
804 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
919 if (delta.screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED
920 && screenWidthDp !
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1099 uint16_t screenWidthDp; member in struct:android::ResTable_config::__anon915::__anon916

Completed in 188 milliseconds