Searched refs:smallestScreenWidthDp (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceFilter.cpp80 if (config.smallestScreenWidthDp != 0 &&
81 config.smallestScreenWidthDp < entry.first.smallestScreenWidthDp) {
H A DAaptConfig.cpp243 if (config->smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY
697 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY;
712 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string());
H A DResourceTable.cpp3010 config.smallestScreenWidthDp,
3053 tHeader->config.smallestScreenWidthDp,
3780 config->smallestScreenWidthDp,
H A DCommand.cpp619 config.smallestScreenWidthDp = 320;
/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp43 jfieldID smallestScreenWidthDp; member in struct:android::__anon788
69 out->smallestScreenWidthDp = env->GetIntField(clazz,
70 gConfigurationClassInfo.smallestScreenWidthDp);
114 GET_FIELD_ID(gConfigurationClassInfo.smallestScreenWidthDp, clazz,
115 "smallestScreenWidthDp", "I");
H A Dandroid_util_AssetManager.cpp601 jint smallestScreenWidthDp,
626 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
594 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.java519 * Default value for {@link #smallestScreenWidthDp} indicating that no width
533 public int smallestScreenWidthDp; field in class:Configuration
641 smallestScreenWidthDp = o.smallestScreenWidthDp;
680 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
681 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
806 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
929 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED
930 && smallestScreenWidthDp != delta.smallestScreenWidthDp) {
[all...]
H A DAssetManager.java680 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
677 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
H A DCompatibilityInfo.java461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp;
H A DResources.java1816 mConfiguration.smallestScreenWidthDp,
/frameworks/base/tools/aapt/tests/
H A DResourceFilter_test.cpp107 config.smallestScreenWidthDp = 600;
120 config.smallestScreenWidthDp = 320;
147 config.smallestScreenWidthDp = 600;
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java173 mService.mConfiguration.smallestScreenWidthDp,
183 mService.mConfiguration.smallestScreenWidthDp, enabled);
370 final int smallestScreenWidthDp = mService.mConfiguration.smallestScreenWidthDp;
388 smallestScreenWidthDp, false);
/frameworks/base/native/android/
H A Dconfiguration.cpp123 return config->smallestScreenWidthDp;
215 config->smallestScreenWidthDp = value;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java350 config.smallestScreenWidthDp = config.screenHeightDp;
352 config.smallestScreenWidthDp = config.screenWidthDp;
/frameworks/base/core/java/android/app/
H A DResourcesManager.java128 config.smallestScreenWidthDp = config.screenWidthDp; // assume screen does not rotate
131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp;
H A DActivityManager.java2352 final int sw = res.getConfiguration().smallestScreenWidthDp;
2392 final int sw = res.getConfiguration().smallestScreenWidthDp;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1767 smallestScreenWidthDp = dtohs(smallestScreenWidthDp);
1781 smallestScreenWidthDp = htods(smallestScreenWidthDp);
1823 diff = (int32_t)(smallestScreenWidthDp - o.smallestScreenWidthDp);
1848 if (smallestScreenWidthDp != o.smallestScreenWidthDp) {
1849 return smallestScreenWidthDp < o.smallestScreenWidthDp
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java67 getResources().getConfiguration().smallestScreenWidthDp, false));
/frameworks/base/include/androidfw/
H A DResourceTypes.h1092 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon913::__anon914
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java354 return config.smallestScreenWidthDp >= 720;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7041 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density);

Completed in 786 milliseconds