Methods Summary |
---|
public void | cleanUp()
getSecurityContainer().onPause();
|
public long | getUserActivityTimeout()
return -1; // not used
|
protected void | onCreateOptions(android.os.Bundle options)
// TODO Auto-generated method stub
|
protected void | onExternalMotionEvent(android.view.MotionEvent event)
// TODO Auto-generated method stub
|
protected void | onUserSwitching(boolean switching)
// TODO Auto-generated method stub
|
protected void | showBouncer(boolean show)
super.showBouncer(show);
if (show) {
getSecurityContainer().showBouncer(250);
} else {
getSecurityContainer().hideBouncer(250);
}
|