Package org.robolectric.res.android
Class Registries
- java.lang.Object
-
- org.robolectric.res.android.Registries
-
public class Registries extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static NativeObjRegistry<CppApkAssets>
NATIVE_APK_ASSETS_REGISTRY
static NativeObjRegistry<CppAssetManager2>
NATIVE_ASSET_MANAGER_REGISTRY
static NativeObjRegistry<Asset>
NATIVE_ASSET_REGISTRY
static NativeObjRegistry<ResXMLParser>
NATIVE_RES_XML_PARSERS
static NativeObjRegistry<ResXMLTree>
NATIVE_RES_XML_TREES
static NativeObjRegistry<ResTableTheme>
NATIVE_THEME_REGISTRY
static NativeObjRegistry<CppAssetManager2.Theme>
NATIVE_THEME9_REGISTRY
-
Constructor Summary
Constructors Constructor Description Registries()
-
-
-
Field Detail
-
NATIVE_ASSET_REGISTRY
public static final NativeObjRegistry<Asset> NATIVE_ASSET_REGISTRY
-
NATIVE_ASSET_MANAGER_REGISTRY
public static final NativeObjRegistry<CppAssetManager2> NATIVE_ASSET_MANAGER_REGISTRY
-
NATIVE_APK_ASSETS_REGISTRY
public static final NativeObjRegistry<CppApkAssets> NATIVE_APK_ASSETS_REGISTRY
-
NATIVE_THEME_REGISTRY
public static final NativeObjRegistry<ResTableTheme> NATIVE_THEME_REGISTRY
-
NATIVE_RES_XML_TREES
public static final NativeObjRegistry<ResXMLTree> NATIVE_RES_XML_TREES
-
NATIVE_RES_XML_PARSERS
public static final NativeObjRegistry<ResXMLParser> NATIVE_RES_XML_PARSERS
-
NATIVE_THEME9_REGISTRY
public static final NativeObjRegistry<CppAssetManager2.Theme> NATIVE_THEME9_REGISTRY
-
-