Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java352 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() method in ShadowLegacyAssetManager
353 return getThemeValue((long) themePtr, ident, outValue, resolveRefs); in getThemeValue()
357 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() method in ShadowLegacyAssetManager