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

android.appwidget.AppWidgetHostView Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.appwidget;
public class AppWidgetHostView
  extends android.widget.FrameLayout
{
public  AppWidgetHostView(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public  AppWidgetHostView(android.content.Context context, int animationIn, int animationOut) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
public  void setAppWidget(int appWidgetId, android.appwidget.AppWidgetProviderInfo info) { throw new RuntimeException("Stub!"); }
public  int getAppWidgetId() { throw new RuntimeException("Stub!"); }
public  android.appwidget.AppWidgetProviderInfo getAppWidgetInfo() { throw new RuntimeException("Stub!"); }
public  void updateAppWidget(android.widget.RemoteViews remoteViews) { throw new RuntimeException("Stub!"); }
protected  boolean drawChild(android.graphics.Canvas canvas, android.view.View child, long drawingTime) { throw new RuntimeException("Stub!"); }
protected  void prepareView(android.view.View view) { throw new RuntimeException("Stub!"); }
protected  android.view.View getDefaultView() { throw new RuntimeException("Stub!"); }
protected  android.view.View getErrorView() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy