public class

HtcLSPubView

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.lockscreen.pub.HtcLSPubView

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
HtcLSPubView(String packageName, Bitmap icon, String descript)
HtcLSPubView(Parcel parcel)
Public Methods
String getDescript()
Bitmap getIcon()
void setIcon(Bitmap icon)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public HtcLSPubView (String packageName, Bitmap icon, String descript)

Since: API Level 2.2

public HtcLSPubView (Parcel parcel)

Since: API Level 2.2

Public Methods

public String getDescript ()

Since: API Level 2.2

public Bitmap getIcon ()

Since: API Level 2.2

public void setIcon (Bitmap icon)

Since: API Level 2.2