Home
last modified time | relevance | path

Searched refs:getAttributeSet (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/res/
DTypedArrayTest.kt24 import androidx.core.getAttributeSet
34 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 …]
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
DContextTest.kt23 import androidx.core.getAttributeSet
64 val attrs = context.getAttributeSet(R.layout.test_attrs) in withStyledAttributes()
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/
Dextensions.kt27 fun Context.getAttributeSet(@LayoutRes layoutId: Int): AttributeSet { in Context() method