Searched refs:themeHandle (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() argument 1024 return loadThemeAttributeValue((long) themeHandle, ident, outValue, resolve); in loadThemeAttributeValue() 1028 protected static int loadThemeAttributeValue(long themeHandle, int ident, in loadThemeAttributeValue() argument 1030 … theme = Preconditions.checkNotNull(Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeHandle)); in loadThemeAttributeValue()
|
D | ShadowLegacyAssetManager.java | 1000 protected static int loadThemeAttributeValue(int themeHandle, int ident, in loadThemeAttributeValue() argument 1002 return loadThemeAttributeValue((long) themeHandle, ident, outValue, resolve); in loadThemeAttributeValue() 1006 protected static int loadThemeAttributeValue(long themeHandle, int ident, in loadThemeAttributeValue() argument
|