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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp43 jfieldID smallestScreenWidthDp; member in struct:android::__anon967
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.java498 * Default value for {@link #smallestScreenWidthDp} indicating that no width
512 public int smallestScreenWidthDp; field in class:Configuration
575 smallestScreenWidthDp = o.smallestScreenWidthDp;
614 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
615 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
739 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
856 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
858 smallestScreenWidthDp = 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
H A DCompatibilityInfo.java461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp;
H A DResources.java1490 mConfiguration.smallestScreenWidthDp,
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java147 mService.mConfiguration.smallestScreenWidthDp,
157 mService.mConfiguration.smallestScreenWidthDp, enabled);
356 final int smallestScreenWidthDp = mService.mConfiguration.smallestScreenWidthDp;
374 smallestScreenWidthDp, false);
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java51 return context.getResources().getConfiguration().smallestScreenWidthDp >= 600;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java340 config.smallestScreenWidthDp = config.screenHeightDp;
342 config.smallestScreenWidthDp = config.screenWidthDp;
/frameworks/base/native/android/
H A Dconfiguration.cpp123 return config->smallestScreenWidthDp;
215 config->smallestScreenWidthDp = value;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1412 smallestScreenWidthDp = dtohs(smallestScreenWidthDp);
1426 smallestScreenWidthDp = htods(smallestScreenWidthDp);
1448 diff = (int32_t)(smallestScreenWidthDp - o.smallestScreenWidthDp);
1476 if (smallestScreenWidthDp != o.smallestScreenWidthDp) {
1477 return smallestScreenWidthDp < o.smallestScreenWidthDp
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp196 *value = config.smallestScreenWidthDp;
342 return config.smallestScreenWidthDp;
685 this->smallestScreenWidthDp = smallestwidthdp;
718 s += smallestScreenWidthDp;
780 if (this->smallestScreenWidthDp != "") {
784 s += smallestScreenWidthDp;
1370 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY;
1385 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string());
1472 if (v == 0) v = smallestScreenWidthDp.compare(o.smallestScreenWidthDp);
[all...]
H A DAaptAssets.h123 String8 smallestScreenWidthDp; member in struct:AaptGroupEntry
H A DCommand.cpp470 config.smallestScreenWidthDp = 320;
H A DResourceTable.cpp2830 config.smallestScreenWidthDp,
2873 tHeader->config.smallestScreenWidthDp,
3509 config->smallestScreenWidthDp,
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java67 getResources().getConfiguration().smallestScreenWidthDp, false));
/frameworks/base/core/java/android/app/
H A DActivityManager.java1758 final int sw = res.getConfiguration().smallestScreenWidthDp;
1794 final int sw = res.getConfiguration().smallestScreenWidthDp;
H A DActivityThread.java3910 config.smallestScreenWidthDp = config.screenWidthDp; // assume screen does not rotate
3913 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp;
/frameworks/base/include/androidfw/
H A DResourceTypes.h991 uint16_t smallestScreenWidthDp; member in struct:android::ResTable_config::__anon1056::__anon1057
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6806 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density);

Completed in 284 milliseconds