All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.Toast Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.widget;
public class Toast
{
public  Toast(android.content.Context context) { throw new RuntimeException("Stub!"); }
public  void show() { throw new RuntimeException("Stub!"); }
public  void cancel() { throw new RuntimeException("Stub!"); }
public  void setView(android.view.View view) { throw new RuntimeException("Stub!"); }
public  android.view.View getView() { throw new RuntimeException("Stub!"); }
public  void setDuration(int duration) { throw new RuntimeException("Stub!"); }
public  int getDuration() { throw new RuntimeException("Stub!"); }
public  void setMargin(float horizontalMargin, float verticalMargin) { throw new RuntimeException("Stub!"); }
public  float getHorizontalMargin() { throw new RuntimeException("Stub!"); }
public  float getVerticalMargin() { throw new RuntimeException("Stub!"); }
public  void setGravity(int gravity, int xOffset, int yOffset) { throw new RuntimeException("Stub!"); }
public  int getGravity() { throw new RuntimeException("Stub!"); }
public  int getXOffset() { throw new RuntimeException("Stub!"); }
public  int getYOffset() { throw new RuntimeException("Stub!"); }
public static  android.widget.Toast makeText(android.content.Context context, java.lang.CharSequence text, int duration) { throw new RuntimeException("Stub!"); }
public static  android.widget.Toast makeText(android.content.Context context, int resId, int duration) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
public  void setText(int resId) { throw new RuntimeException("Stub!"); }
public  void setText(java.lang.CharSequence s) { throw new RuntimeException("Stub!"); }
public static final int LENGTH_SHORT = 0;
public static final int LENGTH_LONG = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy