Searched refs:attrsToTypedArray (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowResources.java | 88 .attrsToTypedArray(realResources, set, attrs, 0, 0, 0); in obtainAttributes() 303 …return getShadowAssetManager().attrsToTypedArray(getResources(), set, attrs, defStyleAttr, getNati… in obtainStyledAttributes()
|
D | ShadowLegacyResourcesImpl.java | 147 .attrsToTypedArray(resources, set, attrs, defStyleAttr, getNativePtr(), defStyleRes); in obtainStyledAttributes()
|
D | ShadowLegacyAssetManager.java | 1188 …TypedArray attrsToTypedArray(Resources resources, AttributeSet set, int[] attrs, int defStyleAttr,… in attrsToTypedArray() method in ShadowLegacyAssetManager
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAssetManagerTest.java | 205 .attrsToTypedArray( in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
|