Searched defs:AdapterViewAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java45 public abstract class AdapterViewAnimator extends AdapterView<Adapter> class in inherits:AdapterView,RemoteViewsAdapter.RemoteAdapterConnectionCallback,Advanceable
73 * The number of views that the {@link AdapterViewAnimator} keeps as children at any
79 * Map of the children of the {@link AdapterViewAnimator}.
84 * List of views pending removal from the {@link AdapterViewAnimator}
110 * The {@link Adapter} for this {@link AdapterViewAnimator}
115 * The {@link RemoteViewsAdapter} for this {@link AdapterViewAnimator}
164 public AdapterViewAnimator(Context context) { method in class:AdapterViewAnimator
168 public AdapterViewAnimator(Context context, AttributeSet attrs) { method in class:AdapterViewAnimator
172 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { method in class:AdapterViewAnimator
176 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAtt
[all...]

Completed in 21 milliseconds