public class

SimpleIdleScreenEngine

extends FxIdleScreenEngine
java.lang.Object
   ↳ com.htc.lockscreen.idlescreen.IdleScreenEngine
     ↳ com.htc.lockscreen.fusion.idlescreen.FxIdleScreenEngine
       ↳ com.htc.lockscreen.fusion.idlescreen.SimpleIdleScreenEngine

Summary

[Expand]
Inherited Constants
From class com.htc.lockscreen.fusion.idlescreen.FxIdleScreenEngine
[Expand]
Inherited Fields
From class com.htc.lockscreen.fusion.idlescreen.FxIdleScreenEngine
From class com.htc.lockscreen.idlescreen.IdleScreenEngine
Public Constructors
SimpleIdleScreenEngine(Service service)
SimpleIdleScreenEngine(IdleScreenService service)
Public Methods
View findViewById(int id)
IdleBackground onCreateBackground(boolean isPortrait, Bundle extra)
BaseViewGroup onCreateBackgroundGroup(Bundle bundle)
IdleView onCreatePluginView(boolean portrait, Bundle bundle)
IdleViewGroup onCreatePluginViewGroup(Bundle bundle)
void setBackground(Drawable drawable)
void setBackground(int resId)
void setContent(int resId)
void setContent(View view)
[Expand]
Inherited Methods
From class com.htc.lockscreen.fusion.idlescreen.FxIdleScreenEngine
From class com.htc.lockscreen.idlescreen.IdleScreenEngine
From class java.lang.Object
From interface com.htc.lockscreen.fusion.idlescreen.FxEngineCallback
From interface com.htc.lockscreen.idlescreen.IdleScreenCallback

Public Constructors

public SimpleIdleScreenEngine (Service service)

Since: API Level

public SimpleIdleScreenEngine (IdleScreenService service)

Public Methods

public View findViewById (int id)

public IdleBackground onCreateBackground (boolean isPortrait, Bundle extra)

public BaseViewGroup onCreateBackgroundGroup (Bundle bundle)

public IdleView onCreatePluginView (boolean portrait, Bundle bundle)

public IdleViewGroup onCreatePluginViewGroup (Bundle bundle)

public void setBackground (Drawable drawable)

public void setBackground (int resId)

public void setContent (int resId)

public void setContent (View view)