public class BottomMenuDialog extends BaseDialogFragment implements android.view.View.OnClickListener
mDialog, mRootView| Constructor and Description |
|---|
BottomMenuDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindData() |
protected void |
findView() |
android.view.View.OnClickListener |
getCancelListener() |
android.view.View.OnClickListener |
getConfirmListener() |
protected int |
getContentView() |
protected int |
getGravity() |
android.view.View.OnClickListener |
getMiddleListener() |
protected float |
getScreenWidthProportion()
屏幕占比
|
protected void |
initView() |
void |
onActivityCreated(android.os.Bundle savedInstanceState) |
void |
onClick(android.view.View v) |
getBackgroundDrawableRes, getHorizontalMovement, getScreenHeightProportion, getVerticalMovement, onCreate, onCreateView, showpublic void onActivityCreated(android.os.Bundle savedInstanceState)
onActivityCreated in class BaseDialogFragmentprotected int getGravity()
getGravity in class BaseDialogFragmentprotected float getScreenWidthProportion()
BaseDialogFragmentgetScreenWidthProportion in class BaseDialogFragmentprotected void findView()
findView in class BaseDialogFragmentprotected void initView()
initView in class BaseDialogFragmentpublic void bindData()
bindData in class BaseDialogFragmentprotected int getContentView()
getContentView in class BaseDialogFragmentpublic void onClick(android.view.View v)
onClick in interface android.view.View.OnClickListenerpublic android.view.View.OnClickListener getConfirmListener()
public android.view.View.OnClickListener getCancelListener()
public android.view.View.OnClickListener getMiddleListener()