|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SparseArray | |
|---|---|
| android.appwidget | |
| android.os | |
| android.util | |
| android.view | |
| android.widget | |
| Uses of SparseArray in android.appwidget |
|---|
| Methods in android.appwidget with parameters of type SparseArray | |
|---|---|
protected void |
AppWidgetHostView.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
|
protected void |
AppWidgetHostView.dispatchSaveInstanceState(SparseArray<Parcelable> container)
|
| Uses of SparseArray in android.os |
|---|
| Methods in android.os that return SparseArray | ||
|---|---|---|
|
Bundle.getSparseParcelableArray(String key)
|
|
SparseArray |
Parcel.readSparseArray(ClassLoader loader)
|
|
| Methods in android.os with parameters of type SparseArray | |
|---|---|
void |
Bundle.putSparseParcelableArray(String key,
SparseArray<? extends Parcelable> value)
|
void |
Parcel.writeSparseArray(SparseArray<Object> val)
|
| Uses of SparseArray in android.util |
|---|
| Methods in android.util that return SparseArray | |
|---|---|
SparseArray<E> |
SparseArray.clone()
|
| Uses of SparseArray in android.view |
|---|
| Methods in android.view with parameters of type SparseArray | |
|---|---|
protected void |
ViewGroup.dispatchFreezeSelfOnly(SparseArray<Parcelable> container)
|
protected void |
ViewGroup.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
|
protected void |
View.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
|
protected void |
ViewGroup.dispatchSaveInstanceState(SparseArray<Parcelable> container)
|
protected void |
View.dispatchSaveInstanceState(SparseArray<Parcelable> container)
|
protected void |
ViewGroup.dispatchThawSelfOnly(SparseArray<Parcelable> container)
|
void |
View.restoreHierarchyState(SparseArray<Parcelable> container)
|
void |
View.saveHierarchyState(SparseArray<Parcelable> container)
|
| Uses of SparseArray in android.widget |
|---|
| Methods in android.widget with parameters of type SparseArray | |
|---|---|
protected void |
AdapterView.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
|
protected void |
DatePicker.dispatchRestoreInstanceState(SparseArray<Parcelable> container)
|
protected void |
AdapterView.dispatchSaveInstanceState(SparseArray<Parcelable> container)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||