@Implements(value=android.content.res.Configuration.class)
public class ShadowConfiguration
extends java.lang.Object
Configuration.| Modifier and Type | Field and Description |
|---|---|
int |
orientation |
int |
screenLayout |
int |
touchscreen |
| Constructor and Description |
|---|
ShadowConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
__constructor__(android.content.res.Configuration other) |
int |
compareTo(android.content.res.Configuration that) |
boolean |
equals(android.content.res.Configuration that) |
boolean |
equals(java.lang.Object that) |
java.lang.String |
getQualifiers() |
int |
hashCode() |
void |
overrideQualifiers(java.lang.String qualifiers) |
void |
setLocale(java.util.Locale l) |
void |
setTo(android.content.res.Configuration o) |
void |
setToDefaults() |
public int screenLayout
public int touchscreen
public int orientation
public void __constructor__(android.content.res.Configuration other)
@Implementation public void setTo(android.content.res.Configuration o)
@Implementation public int compareTo(android.content.res.Configuration that)
@Implementation public boolean equals(android.content.res.Configuration that)
@Implementation public boolean equals(java.lang.Object that)
equals in class java.lang.Object@Implementation public int hashCode()
hashCode in class java.lang.Object@Implementation public void setToDefaults()
@Implementation public void setLocale(java.util.Locale l)
public void overrideQualifiers(java.lang.String qualifiers)
public java.lang.String getQualifiers()