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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp44 jfieldID screenHeightDp; member in struct:android::__anon1050
70 out->screenHeightDp = env->GetIntField(clazz, gConfigurationClassInfo.screenHeightDp);
93 gConfigurationClassInfo.screenHeightDp = GetFieldIDOrDie(env, clazz, "screenHeightDp", "I");
H A Dandroid_util_AssetManager.cpp630 env->SetIntField(result, gConfigurationOffsets.mScreenHeightDpOffset, config.screenHeightDp);
678 jint screenWidthDp, jint screenHeightDp,
708 config.screenHeightDp = (uint16_t)screenHeightDp;
1809 "screenHeightDp", "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.java691 * Default value for {@link #screenHeightDp} indicating that no width
703 public int screenHeightDp; field in class:Configuration
716 * This is the smallest value of both screenWidthDp and screenHeightDp
894 screenHeightDp = o.screenHeightDp;
947 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
948 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
1084 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
1252 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
1253 && screenHeightDp !
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1127 uint16_t screenHeightDp; member in struct:android::ResTable_config::__anon1203::__anon1204

Completed in 222 milliseconds