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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp45 jfieldID smallestScreenWidthDp; member in struct:android::__anon1050
71 out->smallestScreenWidthDp = env->GetIntField(clazz,
72 gConfigurationClassInfo.smallestScreenWidthDp);
94 gConfigurationClassInfo.smallestScreenWidthDp = GetFieldIDOrDie(env, clazz,
95 "smallestScreenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp628 config.smallestScreenWidthDp);
677 jint smallestScreenWidthDp,
706 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
1805 "smallestScreenWidthDp", "I");
670 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 colorMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java785 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
782 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 colorMode, int majorVersion) argument
H A DConfiguration.java706 * Default value for {@link #smallestScreenWidthDp} indicating that no width
720 public int smallestScreenWidthDp; field in class:Configuration
895 smallestScreenWidthDp = o.smallestScreenWidthDp;
937 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
938 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
1085 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
1257 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED
1258 && smallestScreenWidthDp != delta.smallestScreenWidthDp) {
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1119 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon1201::__anon1202

Completed in 4863 milliseconds