Searched refs:heightType (Results 1 – 2 of 2) sorted by relevance
590 final int heightType = sw.getType(R.styleable.AndroidManifestLayout_defaultHeight); in parseActivityWindowLayout() local591 if (heightType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()594 } else if (heightType == TypedValue.TYPE_DIMENSION) { in parseActivityWindowLayout()
4810 final int heightType = sw.getType(4812 if (heightType == TypedValue.TYPE_FRACTION) {4816 } else if (heightType == TypedValue.TYPE_DIMENSION) {