Searched refs:widthType (Results 1 – 2 of 2) sorted by relevance
468 final int widthType = sw.getType(R.styleable.AndroidManifestLayout_defaultWidth); in parseLayout() local469 if (widthType == TypedValue.TYPE_FRACTION) { in parseLayout()472 } else if (widthType == TypedValue.TYPE_DIMENSION) { in parseLayout()
4747 final int widthType = sw.getType( in parseLayout() local4749 if (widthType == TypedValue.TYPE_FRACTION) { in parseLayout()4753 } else if (widthType == TypedValue.TYPE_DIMENSION) { in parseLayout()