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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java48 public abstract class AdapterViewAnimator extends AdapterView<Adapter> class in inherits:AdapterView,RemoteViewsAdapter.RemoteAdapterConnectionCallback,Advanceable
76 * The number of views that the {@link AdapterViewAnimator} keeps as children at any
82 * Map of the children of the {@link AdapterViewAnimator}.
87 * List of views pending removal from the {@link AdapterViewAnimator}
113 * The {@link Adapter} for this {@link AdapterViewAnimator}
118 * The {@link RemoteViewsAdapter} for this {@link AdapterViewAnimator}
167 public AdapterViewAnimator(Context context) { method in class:AdapterViewAnimator
171 public AdapterViewAnimator(Context context, AttributeSet attrs) { method in class:AdapterViewAnimator
175 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { method in class:AdapterViewAnimator
179 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAtt
[all...]

Completed in 9 milliseconds