Home
last modified time | relevance | path

Searched refs:loadThemeAttributeValue (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java1022 protected static int loadThemeAttributeValue(int themeHandle, int ident, in loadThemeAttributeValue() method in ShadowArscAssetManager
1024 return loadThemeAttributeValue((long) themeHandle, ident, outValue, resolve); in loadThemeAttributeValue()
1028 protected static int loadThemeAttributeValue(long themeHandle, int ident, in loadThemeAttributeValue() method in ShadowArscAssetManager
DShadowLegacyAssetManager.java1000 protected static int loadThemeAttributeValue(int themeHandle, int ident, in loadThemeAttributeValue() method in ShadowLegacyAssetManager
1002 return loadThemeAttributeValue((long) themeHandle, ident, outValue, resolve); in loadThemeAttributeValue()
1006 protected static int loadThemeAttributeValue(long themeHandle, int ident, in loadThemeAttributeValue() method in ShadowLegacyAssetManager