public abstract class SwipeBackActivity extends BaseActivity
限定符和类型 | 类和说明 |
---|---|
static class |
SwipeBackActivity.ActivityManager
管理类;
|
限定符和类型 | 字段和说明 |
---|---|
protected SwipeBackLayout |
layout |
mContext, mToast
构造器和说明 |
---|
SwipeBackActivity() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
beforeFinished()
側滑finishActivity前要做的事
|
void |
onBackPressed() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
boolean |
onKeyDown(int keyCode,
android.view.KeyEvent event) |
void |
startActivity(android.content.Intent intent) |
checkIsAppOnForeground, checkVPN, clearAllNetWorkFlag, doSomeThingBeforeDestroy, exit, exit2Home, exitProgrames, finishThis, finishThisDelay, finishThisRemain, finishThisRemainDelay, getLayoutRedId, getNetWorkFlag, getStatusBarTintColor, init, isSetStatus, isShowExitDialog, onDestroy, onRestart, onResume, onStart, onStop, putNetWorkFlag, setStatusContentViews, showExitDialog, showToast, showToast, showToast, showToast, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntent, startIntentForResult, startIntentForResult, startIntentForResult, startIntentForResult, startIntentForResult, startIntentForResult
protected SwipeBackLayout layout
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
在类中 BaseActivity
protected void beforeFinished()
public void startActivity(android.content.Intent intent)
public void onBackPressed()
public boolean onKeyDown(int keyCode, android.view.KeyEvent event)
onKeyDown
在类中 BaseActivity