public class BurnHintDialog
extends DialogFragment
implements android.view.View.OnClickListener
构造器和说明 |
---|
BurnHintDialog() |
限定符和类型 | 方法和说明 |
---|---|
protected int |
getGravity() |
protected float |
getHorizontalMovement()
设置竖直方向偏移量
|
protected float |
getScreenWidthProportion()
屏幕占比
|
protected float |
getVerticalMovement()
设置竖直方向偏移量
|
void |
hideDialog() |
protected void |
initView() |
static boolean |
isFirstClick(android.content.Context pContext) |
void |
onActivityCreated(android.os.Bundle savedInstanceState) |
void |
onClick(android.view.View v) |
void |
onCreate(android.os.Bundle savedInstanceState) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
show(FragmentManager manager) |
public void onCreate(android.os.Bundle savedInstanceState)
public android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)
protected void initView()
public void onActivityCreated(android.os.Bundle savedInstanceState)
protected int getGravity()
protected float getScreenWidthProportion()
protected float getVerticalMovement()
protected float getHorizontalMovement()
public void show(FragmentManager manager)
public void onClick(android.view.View v)
onClick
在接口中 android.view.View.OnClickListener
public void hideDialog()
public static boolean isFirstClick(android.content.Context pContext)