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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp42 jfieldID screenHeightDp; member in struct:android::__anon795
68 out->screenHeightDp = env->GetIntField(clazz, gConfigurationClassInfo.screenHeightDp);
112 GET_FIELD_ID(gConfigurationClassInfo.screenHeightDp, clazz,
113 "screenHeightDp", "I");
H A Dandroid_util_AssetManager.cpp603 jint screenWidthDp, jint screenHeightDp,
629 config.screenHeightDp = (uint16_t)screenHeightDp;
595 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.java688 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
685 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.java504 * Default value for {@link #screenHeightDp} indicating that no width
516 public int screenHeightDp; field in class:Configuration
529 * This is the smallest value of both screenWidthDp and screenHeightDp
640 screenHeightDp = o.screenHeightDp;
690 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
691 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
805 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
924 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
925 && screenHeightDp !
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1120 uint16_t screenHeightDp; member in struct:android::ResTable_config::__anon928::__anon929

Completed in 75 milliseconds