Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java166 if (appInfo.requiresSmallestWidthDp != 0 || appInfo.compatibleWidthLimitDp != 0 in CompatibilityInfo()
169 int required = appInfo.requiresSmallestWidthDp != 0 in CompatibilityInfo()
170 ? appInfo.requiresSmallestWidthDp in CompatibilityInfo()
/frameworks/base/tools/aapt/
DCommand.cpp1080 int requiresSmallestWidthDp = 0; in doDump() local
1584 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()
2278 && requiresSmallestWidthDp > 0) { in doDump()
2281 compatWidth = requiresSmallestWidthDp; in doDump()
2283 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()
2288 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()
2293 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()
2298 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()
2323 anyDensity = (targetSdk >= SDK_DONUT || requiresSmallestWidthDp > 0 || in doDump()
2343 if (requiresSmallestWidthDp > 0) { in doDump()
[all …]
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java912 public int requiresSmallestWidthDp = 0; field in ApplicationInfo
1676 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()
1840 requiresSmallestWidthDp); in dumpDebug()
1957 requiresSmallestWidthDp = orig.requiresSmallestWidthDp; in ApplicationInfo()
2046 dest.writeInt(requiresSmallestWidthDp); in writeToParcel()
2152 requiresSmallestWidthDp = source.readInt(); in ApplicationInfo()
DPackageParser.java2244 pkg.applicationInfo.requiresSmallestWidthDp = sa.getInteger( in parseBaseApkCommon()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java370 private int requiresSmallestWidthDp; field in PackageImpl
1261 return requiresSmallestWidthDp; in getRequiresSmallestWidthDp()
2315 requiresSmallestWidthDp = value;
2633 appInfo.requiresSmallestWidthDp = requiresSmallestWidthDp;
3231 dest.writeInt(this.requiresSmallestWidthDp);
3397 this.requiresSmallestWidthDp = in.readInt();
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java330 ParsingPackage setRequiresSmallestWidthDp(int requiresSmallestWidthDp); in setRequiresSmallestWidthDp() argument
DParsingPackageUtils.java3015 int requiresSmallestWidthDp = anInt(0,
3037 .setRequiresSmallestWidthDp(requiresSmallestWidthDp)
/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java157 && r.info.applicationInfo.requiresSmallestWidthDp in showUnsupportedDisplaySizeDialogIfNeeded()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageParserTest.java1145 assertEquals(a.requiresSmallestWidthDp, that.requiresSmallestWidthDp); in assertApplicationInfoEqual()
/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_full_proto.txt1098 name: "requiresSmallestWidthDp"
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1009 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
8405 field public int requiresSmallestWidthDp;
/frameworks/base/core/api/
Dcurrent.txt1396 field public static final int requiresSmallestWidthDp = 16843620; // 0x1010364
12242 field public int requiresSmallestWidthDp;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75676 Lcom/android/internal/R$attr;->requiresSmallestWidthDp:I