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, show
public void onActivityCreated(android.os.Bundle savedInstanceState)
onActivityCreated
in class BaseDialogFragment
protected int getGravity()
getGravity
in class BaseDialogFragment
protected float getScreenWidthProportion()
BaseDialogFragment
getScreenWidthProportion
in class BaseDialogFragment
protected void findView()
findView
in class BaseDialogFragment
protected void initView()
initView
in class BaseDialogFragment
public void bindData()
bindData
in class BaseDialogFragment
protected int getContentView()
getContentView
in class BaseDialogFragment
public void onClick(android.view.View v)
onClick
in interface android.view.View.OnClickListener
public android.view.View.OnClickListener getConfirmListener()
public android.view.View.OnClickListener getCancelListener()
public android.view.View.OnClickListener getMiddleListener()