Searched refs:widthType (Results 1 – 2 of 2) sorted by relevance
582 final int widthType = sw.getType(R.styleable.AndroidManifestLayout_defaultWidth); in parseActivityWindowLayout() local583 if (widthType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()586 } else if (widthType == TypedValue.TYPE_DIMENSION) { in parseActivityWindowLayout()
4799 final int widthType = sw.getType(4801 if (widthType == TypedValue.TYPE_FRACTION) {4805 } else if (widthType == TypedValue.TYPE_DIMENSION) {