Searched defs:TypedArray (Results 1 – 2 of 2) sorted by relevance
29 private fun TypedArray.checkAttribute(@StyleableRes index: Int) { in TypedArray() method42 fun TypedArray.getBooleanOrThrow(@StyleableRes index: Int): Boolean { in TypedArray() method55 fun TypedArray.getColorOrThrow(@StyleableRes index: Int): Int { in getColorOrThrow() method67 fun TypedArray.getColorStateListOrThrow(@StyleableRes index: Int): ColorStateList { in TypedArray() method81 fun TypedArray.getDimensionOrThrow(@StyleableRes index: Int): Float { in getDimensionOrThrow() method94 fun TypedArray.getDimensionPixelOffsetOrThrow(@StyleableRes index: Int): Int { in TypedArray() method107 fun TypedArray.getDimensionPixelSizeOrThrow(@StyleableRes index: Int): Int { in TypedArray() method119 fun TypedArray.getDrawableOrThrow(@StyleableRes index: Int): Drawable { in TypedArray() method131 fun TypedArray.getFloatOrThrow(@StyleableRes index: Int): Float { in getFloatOrThrow() method144 fun TypedArray.getFontOrThrow(@StyleableRes index: Int): Typeface { in TypedArray() method[all …]
47 public class TypedArray { class1277 protected TypedArray(Resources resources) { in TypedArray() method in TypedArray