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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp43 jfieldID smallestScreenWidthDp; member in struct:android::__anon967
69 out->smallestScreenWidthDp = env->GetIntField(clazz,
70 gConfigurationClassInfo.smallestScreenWidthDp);
123 GET_FIELD_ID(gConfigurationClassInfo.smallestScreenWidthDp, clazz,
124 "smallestScreenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp513 jint smallestScreenWidthDp,
538 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
506 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.java498 * Default value for {@link #smallestScreenWidthDp} indicating that no width
512 public int smallestScreenWidthDp; field in class:Configuration
575 smallestScreenWidthDp = o.smallestScreenWidthDp;
614 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
615 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
739 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
856 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
858 smallestScreenWidthDp = delta.smallestScreenWidthDp;
[all...]
H A DAssetManager.java655 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
652 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.h123 String8 smallestScreenWidthDp; member in struct:AaptGroupEntry
/frameworks/base/include/androidfw/
H A DResourceTypes.h991 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon1056::__anon1057

Completed in 591 milliseconds