public class

SimpleEngine

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.fusion.open.SimpleEngine

Summary

Public Constructors
SimpleEngine()
Public Methods
View findViewById(int id)
void onCreate(SurfaceHolder holder)
void onDestroy()
void onPause()
void onResume()
void onStart()
void onStop()
void onTouchEvent(MotionEvent ev)
void setBackground(int resId)
void setBackground(Drawable drawable)
void setContent(int resId)
void setContent(View view)
void setShowLiveWallpaper(boolean show)
void skipShowHint()
void unlock()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SimpleEngine ()

Since: API Level

Public Methods

public View findViewById (int id)

Since: API Level

public void onCreate (SurfaceHolder holder)

Since: API Level

public void onDestroy ()

Since: API Level

public void onPause ()

Since: API Level

public void onResume ()

Since: API Level

public void onStart ()

Since: API Level

public void onStop ()

Since: API Level

public void onTouchEvent (MotionEvent ev)

Since: API Level

public void setBackground (int resId)

Since: API Level

public void setBackground (Drawable drawable)

Since: API Level

public void setContent (int resId)

Since: API Level

public void setContent (View view)

Since: API Level

public void setShowLiveWallpaper (boolean show)

Since: API Level

public void skipShowHint ()

Since: API Level

public void unlock ()

Since: API Level