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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java47 public abstract class AdapterViewAnimator extends AdapterView<Adapter> class in inherits:AdapterView,RemoteViewsAdapter.RemoteAdapterConnectionCallback,Advanceable
75 * The number of views that the {@link AdapterViewAnimator} keeps as children at any
81 * Map of the children of the {@link AdapterViewAnimator}.
86 * List of views pending removal from the {@link AdapterViewAnimator}
112 * The {@link Adapter} for this {@link AdapterViewAnimator}
117 * The {@link RemoteViewsAdapter} for this {@link AdapterViewAnimator}
166 public AdapterViewAnimator(Context context) { method in class:AdapterViewAnimator
170 public AdapterViewAnimator(Context context, AttributeSet attrs) { method in class:AdapterViewAnimator
174 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { method in class:AdapterViewAnimator
178 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAtt
[all...]

Completed in 111 milliseconds