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::__anon28
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.java271 public int smallestScreenWidthDp; field in class:Configuration
325 smallestScreenWidthDp = o.smallestScreenWidthDp;
351 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
352 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
470 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
576 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
577 smallestScreenWidthDp = delta.smallestScreenWidthDp;
684 if (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.h128 String8 smallestScreenWidthDp; member in struct:AaptGroupEntry
/frameworks/base/include/utils/
H A DResourceTypes.h971 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon216::__anon217
1004 smallestScreenWidthDp = dtohs(smallestScreenWidthDp);
1018 smallestScreenWidthDp = htods(smallestScreenWidthDp);
1040 diff = (int32_t)(smallestScreenWidthDp - o.smallestScreenWidthDp);
1084 if (smallestScreenWidthDp != o.smallestScreenWidthDp) diffs |= CONFIG_SMALLEST_SCREEN_SIZE;
1119 if (smallestScreenWidthDp ||
[all...]

Completed in 2384 milliseconds