Home
last modified time | relevance | path

Searched refs:attrsToTypedArray (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java88 .attrsToTypedArray(realResources, set, attrs, 0, 0, 0); in obtainAttributes()
303 …return getShadowAssetManager().attrsToTypedArray(getResources(), set, attrs, defStyleAttr, getNati… in obtainStyledAttributes()
DShadowLegacyResourcesImpl.java147 .attrsToTypedArray(resources, set, attrs, defStyleAttr, getNativePtr(), defStyleRes); in obtainStyledAttributes()
DShadowLegacyAssetManager.java1188 …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/
DShadowAssetManagerTest.java205 .attrsToTypedArray( in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()