FileDocCategorySizeDatePackage
AdapterViewAnimator.javaAPI DocAndroid 5.1 API3901Sat Mar 14 14:09:42 GMT 2015android.widget

AdapterViewAnimator

public abstract class AdapterViewAnimator extends android.widget.AdapterView implements android.widget.Advanceable

Fields Summary
Constructors Summary
public AdapterViewAnimator(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AdapterViewAnimator(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AdapterViewAnimator(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AdapterViewAnimator(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidadvance()

 throw new RuntimeException("Stub!"); 
public voiddeferNotifyDataSetChanged()

 throw new RuntimeException("Stub!"); 
public voidfyiWillBeAdvancedByHostKThx()

 throw new RuntimeException("Stub!"); 
public android.widget.AdaptergetAdapter()

 throw new RuntimeException("Stub!"); 
public intgetBaseline()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetCurrentView()

 throw new RuntimeException("Stub!"); 
public intgetDisplayedChild()

 throw new RuntimeException("Stub!"); 
public android.animation.ObjectAnimatorgetInAnimation()

 throw new RuntimeException("Stub!"); 
public android.animation.ObjectAnimatorgetOutAnimation()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetSelectedView()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public booleanonRemoteAdapterConnected()

 throw new RuntimeException("Stub!"); 
public voidonRemoteAdapterDisconnected()

 throw new RuntimeException("Stub!"); 
public voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.Adapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetAnimateFirstView(boolean animate)

 throw new RuntimeException("Stub!"); 
public voidsetDisplayedChild(int whichChild)

 throw new RuntimeException("Stub!"); 
public voidsetInAnimation(android.animation.ObjectAnimator inAnimation)

 throw new RuntimeException("Stub!"); 
public voidsetInAnimation(android.content.Context context, int resourceID)

 throw new RuntimeException("Stub!"); 
public voidsetOutAnimation(android.animation.ObjectAnimator outAnimation)

 throw new RuntimeException("Stub!"); 
public voidsetOutAnimation(android.content.Context context, int resourceID)

 throw new RuntimeException("Stub!"); 
public voidsetRemoteViewsAdapter(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(int position)

 throw new RuntimeException("Stub!"); 
public voidshowNext()

 throw new RuntimeException("Stub!"); 
public voidshowPrevious()

 throw new RuntimeException("Stub!");