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::__anon1013
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.java704 * Default value for {@link #smallestScreenWidthDp} indicating that no width
718 public int smallestScreenWidthDp; field in class:Configuration
893 smallestScreenWidthDp = o.smallestScreenWidthDp;
935 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
936 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
1083 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
1255 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED
1256 && smallestScreenWidthDp != delta.smallestScreenWidthDp) {
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1119 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon1159::__anon1160

Completed in 186 milliseconds