public class

IdlePubView

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
IdlePubView(String packageName, Bitmap icon, String title, String descript)
IdlePubView(String packageName, Bitmap icon, String title, String descript, String hint)
IdlePubView(Parcel parcel)
Public Methods
String getDescript()
String getHint()
Bitmap getIcon()
String getTitle()
boolean isWakeUp()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public IdlePubView (String packageName, Bitmap icon, String title, String descript)

Since: API Level 2.2

public IdlePubView (String packageName, Bitmap icon, String title, String descript, String hint)

Since: API Level 2.2

public IdlePubView (Parcel parcel)

Since: API Level 2.2

Public Methods

public String getDescript ()

Since: API Level 2.2

public String getHint ()

Since: API Level 2.2

public Bitmap getIcon ()

Since: API Level 2.2

public String getTitle ()

Since: API Level 2.2

public boolean isWakeUp ()

Since: API Level 2.2