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::__anon1004
69 out->smallestScreenWidthDp = env->GetIntField(clazz,
70 gConfigurationClassInfo.smallestScreenWidthDp);
123 GET_FIELD_ID(gConfigurationClassInfo.smallestScreenWidthDp, clazz,
124 "smallestScreenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp506 jint smallestScreenWidthDp,
531 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
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.java505 * Default value for {@link #smallestScreenWidthDp} indicating that no width
519 public int smallestScreenWidthDp; field in class:Configuration
615 smallestScreenWidthDp = o.smallestScreenWidthDp;
654 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
655 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
779 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
902 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED
903 && smallestScreenWidthDp != delta.smallestScreenWidthDp) {
[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.h123 String8 smallestScreenWidthDp; member in struct:AaptGroupEntry
/frameworks/base/include/androidfw/
H A DResourceTypes.h996 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon1096::__anon1097

Completed in 232 milliseconds