Searched refs:widthType (Results 1 – 3 of 3) sorted by relevance
174 final int widthType = ResourceUtils.getEnumValue(keyAttr, in getKeyWidth() local176 switch (widthType) { in getKeyWidth()
515 final int widthType = sw.getType(R.styleable.AndroidManifestLayout_defaultWidth); in parseActivityWindowLayout() local516 if (widthType == TypedValue.TYPE_FRACTION) { in parseActivityWindowLayout()519 } else if (widthType == TypedValue.TYPE_DIMENSION) { in parseActivityWindowLayout()
4743 final int widthType = sw.getType(4745 if (widthType == TypedValue.TYPE_FRACTION) {4749 } else if (widthType == TypedValue.TYPE_DIMENSION) {