FileDocCategorySizeDatePackage
Toast.javaAPI DocAndroid 5.1 API1738Sat Mar 14 14:09:42 GMT 2015android.widget

Toast

public class Toast extends Object

Fields Summary
public static final int
LENGTH_LONG
public static final int
LENGTH_SHORT
Constructors Summary
public Toast(android.content.Context context)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcancel()

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public static android.widget.ToastmakeText(android.content.Context context, java.lang.CharSequence text, int duration)

 throw new RuntimeException("Stub!"); 
public static android.widget.ToastmakeText(android.content.Context context, int resId, int duration)

 throw new RuntimeException("Stub!"); 
public voidsetDuration(int duration)

 throw new RuntimeException("Stub!"); 
public voidsetGravity(int gravity, int xOffset, int yOffset)

 throw new RuntimeException("Stub!"); 
public voidsetMargin(float horizontalMargin, float verticalMargin)

 throw new RuntimeException("Stub!"); 
public voidsetText(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetText(java.lang.CharSequence s)

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

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

 throw new RuntimeException("Stub!");