C
F
G
P
R
P
- parseColor(TypedArray,Integer,Color) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given index as a Color, or fallbackColor if the value can't be coerced to a Color.
- parseCornerSize(TypedArray,Integer) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given index as a CornerSize, or
nullif the value can't be coerced to a CornerSize. - parseFontFamily(TypedArray,Integer) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given index as a FontFamilyWithWeight, or
nullif the value can't be coerced to a FontFamilyWithWeight. - parseShapeAppearance(Context,Integer,LayoutDirection,CornerBasedShape) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given style resource ID as a CornerBasedShape, or fallbackShape if the value can't be coerced to a CornerBasedShape.
- parseTextAppearance(Context,Integer,Density,Boolean,FontFamily) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given style resource ID as a TextStyle.
- parseTextUnit(TypedArray,Integer,Density,TextUnit) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given index as a TextUnit, or fallbackTextUnit if the value can't be coerced to a TextUnit.
- parseXmlFontFamily(Resources,Integer) - function in com.google.accompanist.themeadapter.core.ResourceUtilsKt
- Returns the given XML resource ID as a FontFamily, or
nullif the value can't be coerced to a FontFamily.