Searched refs:AdapterViewAnimator (Results 1 - 4 of 4) 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...]
H A DAdapterViewFlipper.java42 public class AdapterViewFlipper extends AdapterViewAnimator {
H A DRemoteViews.java315 if (parent instanceof AdapterViewAnimator) {
392 if (!(target instanceof AbsListView) && !(target instanceof AdapterViewAnimator)) {
394 "an AbsListView or AdapterViewAnimator (id: " + viewId + ")");
405 } else if (target instanceof AdapterViewAnimator) {
406 AdapterViewAnimator v = (AdapterViewAnimator) target;
1116 * Equivalent to calling {@link AdapterViewAnimator#showNext()}
1118 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showNext()}
1125 * Equivalent to calling {@link AdapterViewAnimator#showPrevious()}
1127 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showPreviou
[all...]
H A DStackView.java51 public class StackView extends AdapterViewAnimator {
221 * Animate the views between different relative indexes within the {@link AdapterViewAnimator}

Completed in 755 milliseconds