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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp41 jfieldID screenWidthDp; member in struct:android::__anon1003
67 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
119 GET_FIELD_ID(gConfigurationClassInfo.screenWidthDp, clazz,
120 "screenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp507 jint screenWidthDp, jint screenHeightDp,
532 config.screenWidthDp = (uint16_t)screenWidthDp;
499 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 DConfiguration.java475 * Default value for {@link #screenWidthDp} indicating that no width
487 public int screenWidthDp; field in class:Configuration
515 * This is the smallest value of both screenWidthDp and screenHeightDp
613 screenWidthDp = o.screenWidthDp;
659 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
660 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
777 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
892 if (delta.screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED
893 && screenWidthDp !
[all...]
H A DAssetManager.java661 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
658 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
/frameworks/base/tools/aapt/
H A DAaptAssets.h124 String8 screenWidthDp; member in struct:AaptGroupEntry
/frameworks/base/include/androidfw/
H A DResourceTypes.h1003 uint16_t screenWidthDp; member in struct:android::ResTable_config::__anon1097::__anon1098

Completed in 265 milliseconds