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 com.cerema.cloud2.ui.dialog.RenameFileDialogFragment.java

/**
 *  Dialog to input a new name for a file or folder to rename.  
 * 
 *  Triggers the rename operation when name is confirmed.
 */
public class RenameFileDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

From source file cn.studyjams.s2.sj0132.bowenyan.mygirlfriend.nononsenseapps.notepad.ui.common.DialogPassword.java

public class DialogPassword extends DialogFragment {

    PasswordConfirmedListener listener = null;
    private FragmentDialogPasswordBinding binding;

    public void setListener(final PasswordConfirmedListener listener) {

From source file ca.rmen.android.poetassistant.main.dictionaries.FilterDialogFragment.java

/**
 * Shows a dialog prompting the user enter a word to filter search results.
 * The activity or fragment which adds this dialog must implement the
 * FilterDialogListener interface.
 */
public class FilterDialogFragment extends DialogFragment {

From source file com.color.kid.kidpaint.dialog.FillToolDialog.java

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

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

From source file com.activiti.android.ui.fragments.form.picker.TimePickerFragment.java

/**
 * @author jpascal
 */
public class TimePickerFragment extends DialogFragment implements OnTimeSetListener {
    public static final String TAG = TimePickerFragment.class.getName();

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

public class AddToPlaylistDialog extends DialogFragment {

    private Context mContext;
    private String ADD_TYPE;
    private String ARTIST;
    private String ALBUM;

From source file com.csipsimple.ui.incall.DtmfDialogFragment.java

public class DtmfDialogFragment extends DialogFragment implements OnDialKeyListener {

    private static final String EXTRA_CALL_ID = "call_id";
    private static final String THIS_FILE = "DtmfDialogFragment";
    private static final String TAG = DtmfDialogFragment.class.getSimpleName();
    private TextView dialPadTextView;

From source file com.acrr.base.ui.fragments.dialogs.PermissionsDialog.java

/**
 * Dialog fragment that helps user to give all needed permissions
 * to the app.
 *
 * @author Artem Chepurnoy
 */

From source file com.battlelancer.seriesguide.ui.dialogs.AddDialogFragment.java

/**
 * A DialogFragment allowing the user to decide whether to add a show to his show database.
 */
public class AddDialogFragment extends DialogFragment {

    public interface OnAddShowListener {

From source file com.achep.base.ui.fragments.dialogs.PermissionsDialog.java

/**
 * Dialog fragment that helps user to give all needed permissions
 * to the app.
 *
 * @author Artem Chepurnoy
 */