Home
last modified time | relevance | path

Searched refs:heightType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityUtils.java583 final int heightType = sw.getType(R.styleable.AndroidManifestLayout_defaultHeight); in parseActivityWindowLayout() local
584 if (heightType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()
587 } else if (heightType == TypedValue.TYPE_DIMENSION) { in parseActivityWindowLayout()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java4810 final int heightType = sw.getType(
4812 if (heightType == TypedValue.TYPE_FRACTION) {
4816 } else if (heightType == TypedValue.TYPE_DIMENSION) {