Home
last modified time | relevance | path

Searched refs:requiresSmallestWidthDp (Results 1 – 7 of 7) 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.java750 public int requiresSmallestWidthDp = 0; field in ApplicationInfo
1325 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()
1452 requiresSmallestWidthDp); in writeToProto()
1549 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()
1623 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()
1702 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
DPackageParser.java2293 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.java399 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...