Example usage for android.support.v4.app DialogFragment subclass-usage

List of usage examples for android.support.v4.app DialogFragment subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app DialogFragment subclass-usage.

Usage

From source file at.ac.tuwien.detlef.fragments.EpisodeListSortDialogFragment.java

public class EpisodeListSortDialogFragment extends DialogFragment {

    private RadioButton rbAscending;
    private RadioButton rbDescending;
    private RadioButton rbReleaseDate;
    private RadioButton rbPodcast;

From source file color.kidpaint.com.kidpaintcolor.dialog.BrushPickerDialog.java

@SuppressLint("ValidFragment")
public final class BrushPickerDialog extends DialogFragment
        implements OnClickListener, DialogInterface.OnClickListener {

    private static final String NOT_INITIALIZED_ERROR_MESSAGE = "BrushPickerDialog has not been initialized. Call init() first!";

From source file com.activiti.android.ui.fragments.form.EditTextDialogFragment.java

public class EditTextDialogFragment extends DialogFragment {
    private static final String ARGUMENT_VALUE = "txtValue";

    private static final String ARGUMENT_FRAGMENT_TAG = "fragmentTag";

    private static final String ARGUMENT_FIELD_ID = "fieldId";

From source file com.bubblegum.traceratops.app.ui.fragments.LogFilterFragment.java

public class LogFilterFragment extends DialogFragment
        implements SeekBar.OnSeekBarChangeListener, CompoundButton.OnCheckedChangeListener {

    private SeekBar mLevelSeekbar;
    private Switch mCrashSwitch;
    private TextView mTagTextTv;

From source file com.aniruddhc.acemusic.player.Dialogs.ABRepeatDialog.java

public class ABRepeatDialog extends DialogFragment {

    private Context mContext;
    private Common mApp;

    private int repeatPointA;

From source file com.android.gallery3d.filtershow.ui.ExportDialog.java

public class ExportDialog extends DialogFragment implements View.OnClickListener, SeekBar.OnSeekBarChangeListener {
    SeekBar mSeekBar;
    TextView mSeekVal;
    EditText mWidthText;
    EditText mHeightText;
    TextView mEstimatedSize;

From source file com.actionbarsherlock.app.SherlockDialogFragment.java

public class SherlockDialogFragment extends DialogFragment
        implements OnCreateOptionsMenuListener, OnPrepareOptionsMenuListener, OnOptionsItemSelectedListener {
    private SherlockFragmentActivity mActivity;

    public SherlockFragmentActivity getSherlockActivity() {
        return mActivity;

From source file biz.easymenu.easymenung.ItemFragment.java

public class ItemFragment extends DialogFragment {

    private LayoutInflater li;
    private DBRowItem item;

    private Button btnOk;

From source file at.bitfire.davdroid.ui.CreateCollectionFragment.java

public class CreateCollectionFragment extends DialogFragment implements LoaderManager.LoaderCallbacks<Exception> {
    private static final String ARG_ACCOUNT = "account", ARG_COLLECTION_INFO = "collectionInfo";

    protected Account account;
    protected CollectionInfo info;

From source file com.android.gallery3d.v5.filtershow.ui.ExportDialog.java

public class ExportDialog extends DialogFragment implements View.OnClickListener, SeekBar.OnSeekBarChangeListener {
    SeekBar mSeekBar;
    TextView mSeekVal;
    EditText mWidthText;
    EditText mHeightText;
    TextView mEstimatedSize;