public class

HtcLSView

extends RemoteViews
java.lang.Object
   ↳ android.widget.RemoteViews
     ↳ com.htc.lockscreen.HtcLSView

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
[Expand]
Inherited Fields
From class android.widget.RemoteViews
Public Constructors
HtcLSView(String packageName, int resId)
HtcLSView(Parcel parcel)
Public Methods
View apply(Context context, ViewGroup parent)
void start()
void stop()
[Expand]
Inherited Methods
From class android.widget.RemoteViews
From class java.lang.Object
From interface android.os.Parcelable
From interface android.view.LayoutInflater.Filter

Public Constructors

public HtcLSView (String packageName, int resId)

Since: API Level 2.2

public HtcLSView (Parcel parcel)

Since: API Level 2.2

Public Methods

public View apply (Context context, ViewGroup parent)

Since: API Level

public void start ()

Since: API Level 2.2

public void stop ()

Since: API Level 2.2