void mhr.app.debug.DebugToolDialogFragment.getDump |
( |
| ) |
|
|
inlineprotected |
void mhr.app.debug.DebugToolDialogFragment.onActivityCreated |
( |
Bundle |
savedInstanceState | ) |
|
|
inline |
Definition at line 29 of file DebugToolDialogFragment.java.
{
super.onActivityCreated(savedInstanceState);
activity = (AppMainActivity) getActivity();
root.findViewById(
R.id.DebugToolDialogDismissBtn).setOnClickListener(
this);
root.findViewById(
R.id.GetDumpBtn).setOnClickListener(
this);
}
void mhr.app.debug.DebugToolDialogFragment.onClick |
( |
View |
v | ) |
|
|
inline |
Definition at line 36 of file DebugToolDialogFragment.java.
{
int id = v.getId();
switch (id) {
case R.id.DebugToolDialogDismissBtn:
break;
default:
break;
}
}
View mhr.app.debug.DebugToolDialogFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
Definition at line 22 of file DebugToolDialogFragment.java.
{
View v = inflater.inflate(
R.layout.fragment_debug_tool_dialog, container,
false);
return v;
}
View mhr.app.debug.DebugToolDialogFragment.root |
|
protected |
The documentation for this class was generated from the following file: