Package org.robolectric.res.android
Class CppAssetManager2.Theme
- java.lang.Object
-
- org.robolectric.res.android.CppAssetManager2.Theme
-
- Enclosing class:
- CppAssetManager2
public static class CppAssetManager2.Theme extends Object
-
-
Constructor Summary
Constructors Constructor Description Theme(CppAssetManager2 cppAssetManager2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
ApplyStyle(int resid, boolean force)
void
Clear()
CppAssetManager2
GetAssetManager()
ApkAssetsCookie
GetAttribute(int resid, Ref<ResourceTypes.Res_value> out_value, Ref<Integer> out_flags)
int
GetChangingConfigurations()
boolean
SetTo(CppAssetManager2.Theme o)
-
-
-
Constructor Detail
-
Theme
public Theme(CppAssetManager2 cppAssetManager2)
-
-
Method Detail
-
GetAssetManager
public CppAssetManager2 GetAssetManager()
-
GetChangingConfigurations
public int GetChangingConfigurations()
-
ApplyStyle
public boolean ApplyStyle(int resid, boolean force)
-
GetAttribute
public ApkAssetsCookie GetAttribute(int resid, Ref<ResourceTypes.Res_value> out_value, Ref<Integer> out_flags)
-
Clear
public void Clear()
-
SetTo
public boolean SetTo(CppAssetManager2.Theme o)
-
-