Searched refs:widthType (Results 1 – 2 of 2) sorted by relevance
575 final int widthType = sw.getType(R.styleable.AndroidManifestLayout_defaultWidth); in parseActivityWindowLayout() local576 if (widthType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()579 } 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) {