android.widget.ViewFlipper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.widget;
@android.widget.RemoteViews.RemoteView()
public class ViewFlipper
extends android.widget.ViewAnimator
{
public ViewFlipper(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public ViewFlipper(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
protected void onAttachedToWindow() { throw new RuntimeException("Stub!"); }
protected void onDetachedFromWindow() { throw new RuntimeException("Stub!"); }
protected void onWindowVisibilityChanged(int visibility) { throw new RuntimeException("Stub!"); }
public void setFlipInterval(int milliseconds) { throw new RuntimeException("Stub!"); }
public void startFlipping() { throw new RuntimeException("Stub!"); }
public void stopFlipping() { throw new RuntimeException("Stub!"); }
public void onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) { throw new RuntimeException("Stub!"); }
public boolean isFlipping() { throw new RuntimeException("Stub!"); }
public void setAutoStart(boolean autoStart) { throw new RuntimeException("Stub!"); }
public boolean isAutoStart() { throw new RuntimeException("Stub!"); }
}