android.appwidget.AppWidgetHostView 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.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!"); }
@java.lang.SuppressWarnings(value={"UnusedDeclaration"})
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 static android.graphics.Rect getDefaultPaddingForWidget(android.content.Context context, android.content.ComponentName component, android.graphics.Rect padding) { throw new RuntimeException("Stub!"); }
public int getAppWidgetId() { throw new RuntimeException("Stub!"); }
public android.appwidget.AppWidgetProviderInfo getAppWidgetInfo() { throw new RuntimeException("Stub!"); }
protected void dispatchSaveInstanceState(android.util.SparseArray container) { throw new RuntimeException("Stub!"); }
protected void dispatchRestoreInstanceState(android.util.SparseArray container) { throw new RuntimeException("Stub!"); }
public void updateAppWidgetSize(android.os.Bundle options, int minWidth, int minHeight, int maxWidth, int maxHeight) { throw new RuntimeException("Stub!"); }
public void updateAppWidgetOptions(android.os.Bundle options) { throw new RuntimeException("Stub!"); }
public android.widget.FrameLayout.LayoutParams generateLayoutParams(android.util.AttributeSet attrs) { 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!"); }
public void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) { throw new RuntimeException("Stub!"); }
}