public class

BaseView

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.fusion.view.BaseView
Known Direct Subclasses
Known Indirect Subclasses

Summary

Nested Classes
enum BaseView.ViewState  
Public Constructors
BaseView(Context context, FxIdleScreenEngine engine, boolean isPortrait, Bundle extra)
Public Methods
void doAttach(Configuration config)
void doDetach()
Context getContext()
FxIdleScreenEngine getFxIdleScreenEngine()
void gotoPause(int reason)
void gotoResume(int reason)
void gotoStart()
void gotoStop()
void onConfigurationChanged(Configuration config)
void onOrientationChanged(boolean isPortrait)
void reset()
Protected Methods
void onAttach(Configuration config)
void onDetach()
void onPause()
void onResume()
void onStart()
void onStop()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BaseView (Context context, FxIdleScreenEngine engine, boolean isPortrait, Bundle extra)

Public Methods

public void doAttach (Configuration config)

public void doDetach ()

public Context getContext ()

public FxIdleScreenEngine getFxIdleScreenEngine ()

public void gotoPause (int reason)

public void gotoResume (int reason)

public void gotoStart ()

public void gotoStop ()

public void onConfigurationChanged (Configuration config)

public void onOrientationChanged (boolean isPortrait)

public void reset ()

Protected Methods

protected void onAttach (Configuration config)

protected void onDetach ()

protected void onPause ()

protected void onResume ()

protected void onStart ()

protected void onStop ()