PopUp fragment pro vytváření souboru.
More...
|
View | initView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| Provede inicializaci view.
|
|
PopUp fragment pro vytváření souboru.
Definition at line 29 of file CreateImagePopUpFragment.java.
View mhr.app.fragments.toolbox.CreateImagePopUpFragment.initView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inlineprotected |
Provede inicializaci view.
- Parameters
-
inflater | |
container | |
savedInstanceState | |
- Returns
Definition at line 55 of file CreateImagePopUpFragment.java.
{
root = inflater.inflate(
R.layout.fragment_new_image_popup, container,
false);
nWidth = (LabelledSeekBar)
root.findViewById(
R.id.WidthValueLSB);
nHeight = (LabelledSeekBar)
root.findViewById(
R.id.HeightValueLSB);
root.findViewById(
R.id.CreateImageBtn).setOnClickListener(
this);
root.findViewById(
R.id.CancelBtn).setOnClickListener(
this);
}
void mhr.app.fragments.toolbox.CreateImagePopUpFragment.onAttach |
( |
Activity |
activity | ) |
|
|
inline |
void mhr.app.fragments.toolbox.CreateImagePopUpFragment.onClick |
( |
View |
v | ) |
|
|
inline |
Definition at line 77 of file CreateImagePopUpFragment.java.
{
int id = v.getId();
switch (id) {
case R.id.CreateImageBtn:
Canvas c = new Canvas(tmp);
c.drawColor(0xFFFFFFFF);
break;
break;
}
}
View mhr.app.fragments.toolbox.CreateImagePopUpFragment.onCreateView |
( |
LayoutInflater |
inflater, |
|
|
ViewGroup |
container, |
|
|
Bundle |
savedInstanceState |
|
) |
| |
|
inline |
void mhr.app.fragments.toolbox.CreateImagePopUpFragment.onPause |
( |
| ) |
|
|
inline |
void mhr.app.fragments.toolbox.CreateImagePopUpFragment.onResume |
( |
| ) |
|
|
inline |
AppMainActivity mhr.app.fragments.toolbox.CreateImagePopUpFragment.activity |
|
protected |
boolean mhr.app.fragments.toolbox.CreateImagePopUpFragment.firstCreated = true |
|
protected |
View mhr.app.fragments.toolbox.CreateImagePopUpFragment.root |
|
protected |
The documentation for this class was generated from the following file: