Searched refs:loadThemeAttributeValue (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 1022 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
|
D | ShadowLegacyAssetManager.java | 1000 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
|