@Implements(value=android.content.res.Resources.Theme.class) public static class ShadowResources.ShadowTheme extends Object
| Modifier and Type | Field and Description |
|---|---|
protected android.content.res.Resources |
resources |
| Constructor and Description |
|---|
ShadowTheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(int resid,
boolean force) |
android.content.res.Resources |
getResources() |
int |
getStyleResourceId() |
android.content.res.TypedArray |
obtainStyledAttributes(android.util.AttributeSet set,
int[] attrs,
int defStyleAttr,
int defStyleRes) |
android.content.res.TypedArray |
obtainStyledAttributes(int[] attrs) |
android.content.res.TypedArray |
obtainStyledAttributes(int resid,
int[] attrs) |
void |
setTo(android.content.res.Resources.Theme other) |
@Implementation
public void applyStyle(int resid,
boolean force)
@Implementation public void setTo(android.content.res.Resources.Theme other)
public int getStyleResourceId()
@Implementation public android.content.res.TypedArray obtainStyledAttributes(int[] attrs)
@Implementation
public android.content.res.TypedArray obtainStyledAttributes(int resid,
int[] attrs)
throws android.content.res.Resources.NotFoundException
android.content.res.Resources.NotFoundException@Implementation
public android.content.res.TypedArray obtainStyledAttributes(android.util.AttributeSet set,
int[] attrs,
int defStyleAttr,
int defStyleRes)
@Implementation public android.content.res.Resources getResources()
Copyright © 2015. All rights reserved.