Home
last modified time | relevance | path

Searched defs:TypedArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/core/ktx/src/main/java/androidx/core/content/res/
DTypedArray.kt29 private fun TypedArray.checkAttribute(@StyleableRes index: Int) { in TypedArray() method
42 fun TypedArray.getBooleanOrThrow(@StyleableRes index: Int): Boolean { in TypedArray() method
55 fun TypedArray.getColorOrThrow(@StyleableRes index: Int): Int { in getColorOrThrow() method
67 fun TypedArray.getColorStateListOrThrow(@StyleableRes index: Int): ColorStateList { in TypedArray() method
81 fun TypedArray.getDimensionOrThrow(@StyleableRes index: Int): Float { in getDimensionOrThrow() method
94 fun TypedArray.getDimensionPixelOffsetOrThrow(@StyleableRes index: Int): Int { in TypedArray() method
107 fun TypedArray.getDimensionPixelSizeOrThrow(@StyleableRes index: Int): Int { in TypedArray() method
119 fun TypedArray.getDrawableOrThrow(@StyleableRes index: Int): Drawable { in TypedArray() method
131 fun TypedArray.getFloatOrThrow(@StyleableRes index: Int): Float { in getFloatOrThrow() method
144 fun TypedArray.getFontOrThrow(@StyleableRes index: Int): Typeface { in TypedArray() method
[all …]
/frameworks/base/core/java/android/content/res/
DTypedArray.java47 public class TypedArray { class
1277 protected TypedArray(Resources resources) { in TypedArray() method in TypedArray