@Implements(value=android.content.res.Configuration.class) public class ShadowConfiguration extends 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(Object that) |
String |
getQualifiers() |
int |
hashCode() |
void |
overrideQualifiers(String qualifiers) |
void |
setLocale(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 void setToDefaults()
@Implementation public void setLocale(Locale l)
public void overrideQualifiers(String qualifiers)
public String getQualifiers()
Copyright © 2016. All rights reserved.