Home
last modified time | relevance | path

Searched refs:requiresSmallestWidthDp (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java113 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()
116 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()
117 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java752 public int requiresSmallestWidthDp = 0; field in ApplicationInfo
1327 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()
1454 requiresSmallestWidthDp); in writeToProto()
1551 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()
1625 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()
1704 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
DPackageParser.java2337 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
/frameworks/base/tools/aapt/
DCommand.cpp1076 int requiresSmallestWidthDp = 0; in doDump() local
1508 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()
2205 && requiresSmallestWidthDp > 0) { in doDump()
2208 compatWidth = requiresSmallestWidthDp; in doDump()
2210 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()
2215 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()
2220 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()
2225 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()
2250 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0 in doDump()
2268 if (requiresSmallestWidthDp > 0) { in doDump()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java108 && r.appInfo.requiresSmallestWidthDp > globalConfig.smallestScreenWidthDp) { in showUnsupportedDisplaySizeDialogIfNeeded()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java403 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
8405 field public int requiresSmallestWidthDp;
/frameworks/base/non-updatable-api/
Dcurrent.txt1132 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
11145 field public int requiresSmallestWidthDp;
/frameworks/base/api/
Dcurrent.txt1132 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
11145 field public int requiresSmallestWidthDp;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90748 Lcom/android/internal/R$attr;->requiresSmallestWidthDp:I