public class

HtcLSViewGroup

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.lockscreen.HtcLSViewGroup

Summary

Constants
String HTC_LS_PART_BOTTOM
String HTC_LS_PART_MAIN
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final String[] PART_ORDER
Public Constructors
HtcLSViewGroup(String packageName, int id)
HtcLSViewGroup(Parcel parcel)
Public Methods
HtcLSView getContentView(String part)
int getId()
int getOrder()
String getPackageName()
int getShowHintFlag()
String getShowHintString()
boolean isShowNotification()
boolean isWakeUp()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final String HTC_LS_PART_BOTTOM

Since: API Level 2.2

Constant Value: "bottom"

public static final String HTC_LS_PART_MAIN

Since: API Level 2.2

Constant Value: "main"

Fields

public static final String[] PART_ORDER

Since: API Level 2.2

Public Constructors

public HtcLSViewGroup (String packageName, int id)

Since: API Level 2.2

public HtcLSViewGroup (Parcel parcel)

Since: API Level 2.2

Public Methods

public HtcLSView getContentView (String part)

Since: API Level 2.2

public int getId ()

Since: API Level 2.2

public int getOrder ()

Since: API Level 2.2

public String getPackageName ()

Since: API Level 2.2

public int getShowHintFlag ()

Since: API Level 2.2

public String getShowHintString ()

Since: API Level 2.2

public boolean isShowNotification ()

Since: API Level 2.2

public boolean isWakeUp ()

Since: API Level 2.2