| Package | Description |
|---|---|
| android.app | |
| android.content | |
| android.content.res | |
| android.inputmethodservice | |
| android.provider | |
| android.view | |
| android.webkit | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.onConfigurationChanged(Configuration newConfig) |
void |
Application.onConfigurationChanged(Configuration newConfig) |
void |
NativeActivity.onConfigurationChanged(Configuration newConfig) |
void |
Service.onConfigurationChanged(Configuration newConfig) |
void |
Fragment.onConfigurationChanged(Configuration newConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentProvider.onConfigurationChanged(Configuration newConfig) |
void |
ComponentCallbacks.onConfigurationChanged(Configuration newConfig) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Configuration> |
Configuration.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Resources.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
Configuration.compareTo(Configuration that) |
int |
Configuration.diff(Configuration delta) |
boolean |
Configuration.equals(Configuration that) |
void |
Configuration.setTo(Configuration o) |
void |
Resources.updateConfiguration(Configuration config,
DisplayMetrics metrics) |
int |
Configuration.updateFrom(Configuration delta) |
| Constructor and Description |
|---|
Configuration(Configuration o) |
Resources(AssetManager assets,
DisplayMetrics metrics,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMethodService.onConfigurationChanged(Configuration newConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Settings.System.getConfiguration(ContentResolver cr,
Configuration outConfig) |
static boolean |
Settings.System.putConfiguration(ContentResolver cr,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
View.dispatchConfigurationChanged(Configuration newConfig) |
void |
ViewGroup.dispatchConfigurationChanged(Configuration newConfig) |
protected void |
View.onConfigurationChanged(Configuration newConfig) |
abstract void |
Window.onConfigurationChanged(Configuration newConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebView.onConfigurationChanged(Configuration newConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatePicker.onConfigurationChanged(Configuration newConfig) |
protected void |
CalendarView.onConfigurationChanged(Configuration newConfig) |
protected void |
TimePicker.onConfigurationChanged(Configuration newConfig) |
Copyright © 2008-2013. All Rights Reserved.