android.appwidget
Class AppWidgetProviderInfo

java.lang.Object
  extended by android.appwidget.AppWidgetProviderInfo
All Implemented Interfaces:
Parcelable

public class AppWidgetProviderInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 int autoAdvanceViewId
           
 ComponentName configure
           
static Parcelable.Creator<AppWidgetProviderInfo> CREATOR
           
 int icon
           
 int initialLayout
           
 String label
           
 int minHeight
           
 int minResizeHeight
           
 int minResizeWidth
           
 int minWidth
           
 int previewImage
           
 ComponentName provider
           
static int RESIZE_BOTH
           
static int RESIZE_HORIZONTAL
           
static int RESIZE_NONE
           
static int RESIZE_VERTICAL
           
 int resizeMode
           
 int updatePeriodMillis
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
AppWidgetProviderInfo()
           
AppWidgetProviderInfo(Parcel in)
           
 
Method Summary
 int describeContents()
           
 String toString()
           
 void writeToParcel(Parcel out, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESIZE_NONE

public static final int RESIZE_NONE
See Also:
Constant Field Values

RESIZE_HORIZONTAL

public static final int RESIZE_HORIZONTAL
See Also:
Constant Field Values

RESIZE_VERTICAL

public static final int RESIZE_VERTICAL
See Also:
Constant Field Values

RESIZE_BOTH

public static final int RESIZE_BOTH
See Also:
Constant Field Values

provider

public ComponentName provider

minWidth

public int minWidth

minHeight

public int minHeight

minResizeWidth

public int minResizeWidth

minResizeHeight

public int minResizeHeight

updatePeriodMillis

public int updatePeriodMillis

initialLayout

public int initialLayout

configure

public ComponentName configure

label

public String label

icon

public int icon

autoAdvanceViewId

public int autoAdvanceViewId

previewImage

public int previewImage

resizeMode

public int resizeMode

CREATOR

public static final Parcelable.Creator<AppWidgetProviderInfo> CREATOR
Constructor Detail

AppWidgetProviderInfo

public AppWidgetProviderInfo()

AppWidgetProviderInfo

public AppWidgetProviderInfo(Parcel in)
Method Detail

writeToParcel

public void writeToParcel(Parcel out,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.