| Package | Description |
|---|---|
| android.appwidget | |
| android.os | |
| android.util | |
| android.view | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppWidgetHostView.dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
protected void |
AppWidgetHostView.dispatchSaveInstanceState(SparseArray<Parcelable> container) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Parcelable> |
Bundle.getSparseParcelableArray(String key) |
SparseArray |
Parcel.readSparseArray(ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.putSparseParcelableArray(String key,
SparseArray<? extends Parcelable> value) |
void |
Parcel.writeSparseArray(SparseArray<Object> val) |
| Modifier and Type | Method and Description |
|---|---|
SparseArray<E> |
SparseArray.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewGroup.dispatchFreezeSelfOnly(SparseArray<Parcelable> container) |
protected void |
View.dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
protected void |
ViewGroup.dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
protected void |
View.dispatchSaveInstanceState(SparseArray<Parcelable> container) |
protected void |
ViewGroup.dispatchSaveInstanceState(SparseArray<Parcelable> container) |
protected void |
ViewGroup.dispatchThawSelfOnly(SparseArray<Parcelable> container) |
void |
View.restoreHierarchyState(SparseArray<Parcelable> container) |
void |
View.saveHierarchyState(SparseArray<Parcelable> container) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatePicker.dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
protected void |
AdapterView.dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
protected void |
AdapterView.dispatchSaveInstanceState(SparseArray<Parcelable> container) |
Copyright © 2008-2013. All Rights Reserved.