Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedActivityUtils.java523 final int heightType = sw.getType(R.styleable.AndroidManifestLayout_defaultHeight); in parseActivityWindowLayout() local
524 if (heightType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()
527 } else if (heightType == TypedValue.TYPE_DIMENSION) { in parseActivityWindowLayout()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4754 final int heightType = sw.getType(
4756 if (heightType == TypedValue.TYPE_FRACTION) {
4760 } else if (heightType == TypedValue.TYPE_DIMENSION) {