Home
last modified time | relevance | path

Searched defs:obtainStyledAttributes (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java290 protected TypedArray obtainStyledAttributes(int[] attrs) { in obtainStyledAttributes() method in ShadowResources.ShadowLegacyTheme
295 protected TypedArray obtainStyledAttributes(int resid, int[] attrs) in obtainStyledAttributes() method in ShadowResources.ShadowLegacyTheme
301 protected TypedArray obtainStyledAttributes( in obtainStyledAttributes() method in ShadowResources.ShadowLegacyTheme
DShadowLegacyResourcesImpl.java143 …public TypedArray obtainStyledAttributes(Resources.Theme wrapper, AttributeSet set, int[] attrs, i… in obtainStyledAttributes() method in ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl