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::__anon859
70 out->screenHeightDp = env->GetIntField(clazz, gConfigurationClassInfo.screenHeightDp);
93 gConfigurationClassInfo.screenHeightDp = GetFieldIDOrDie(env, clazz, "screenHeightDp", "I");
H A Dandroid_util_AssetManager.cpp631 env->SetIntField(result, gConfigurationOffsets.mScreenHeightDpOffset, config.screenHeightDp);
679 jint screenWidthDp, jint screenHeightDp,
709 config.screenHeightDp = (uint16_t)screenHeightDp;
2292 "screenHeightDp", "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.java602 * Default value for {@link #screenHeightDp} indicating that no width
614 public int screenHeightDp; field in class:Configuration
627 * This is the smallest value of both screenWidthDp and screenHeightDp
769 screenHeightDp = o.screenHeightDp;
820 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
821 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
936 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
1058 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
1059 && screenHeightDp !
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1127 uint16_t screenHeightDp; member in struct:android::ResTable_config::__anon1004::__anon1005

Completed in 2128 milliseconds