Searched refs:getAttributeSet (Results 1 – 3 of 3) sorted by relevance
24 import androidx.core.getAttributeSet34 val attrs = context.getAttributeSet(R.layout.typed_array) in boolean()45 val attrs = context.getAttributeSet(R.layout.typed_array) in color()56 val attrs = context.getAttributeSet(R.layout.typed_array) in colorStateList()68 val attrs = context.getAttributeSet(R.layout.typed_array) in dimension()79 val attrs = context.getAttributeSet(R.layout.typed_array) in dimensionPixelSize()91 val attrs = context.getAttributeSet(R.layout.typed_array) in dimensionPixelOffset()103 val attrs = context.getAttributeSet(R.layout.typed_array) in drawable()114 val attrs = context.getAttributeSet(R.layout.typed_array) in float()126 val attrs = context.getAttributeSet(R.layout.typed_array) in font()[all …]
23 import androidx.core.getAttributeSet64 val attrs = context.getAttributeSet(R.layout.test_attrs) in withStyledAttributes()
27 fun Context.getAttributeSet(@LayoutRes layoutId: Int): AttributeSet { in Context() method