Example usage for android.content DialogInterface.OnClickListener interface-usage

List of usage examples for android.content DialogInterface.OnClickListener interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface.OnClickListener interface-usage.

Usage

From source file com.cc.signalinfo.dialogs.ChangelogDialog.java

/**
 * @author Wes Lanning
 * @version 2012-12-21
 */
public class ChangelogDialog extends DialogFragment implements DialogInterface.OnShowListener,

From source file com.ovrhere.android.careerstack.ui.fragments.dialogs.DistanceDialogFragment.java

/** The dialog fragment for distance. Makes use of 
 * layout <code>viewstub_distance_seekbar.xml</code>. Requires the user use
 * <code>onActivityResult</code> and request codes to get result.
 * @author Jason J.
 * @version 0.2.0-20141003
 */

From source file org.getlantern.firetweet.fragment.support.RetweetQuoteDialogFragment.java

public class RetweetQuoteDialogFragment extends BaseSupportDialogFragment
        implements DialogInterface.OnClickListener {

    public static final String FRAGMENT_TAG = "retweet_quote";

    @Override

From source file android.support.v7.preference.PreferenceDialogFragmentCompat.java

/**
 * Abstract base class which presents a dialog associated with a
 * {@link android.support.v7.preference.DialogPreference}. Since the preference object may
 * not be available during fragment re-creation, the necessary information for displaying the dialog
 * is read once during the initial call to {@link #onCreate(Bundle)} and saved/restored in the saved
 * instance state. Custom subclasses should also follow this pattern.

From source file com.boardgamegeek.util.actionmodecompat.ActionModeBase.java

/**
 * A pre-Honeycomb, simple implementation of {@link ActionMode} that simply shows a context menu
 * for the action mode.
 */
class ActionModeBase extends ActionMode implements DialogInterface.OnClickListener {
    private final FragmentActivity mActivity;

From source file com.cc.signalinfo.dialogs.WarningDialogFragment.java

/**
 * @author Wes Lanning
 * @version 2012-12-21
 */
public class WarningDialogFragment extends DialogFragment implements DialogInterface.OnShowListener,

From source file com.appbase.androidquery.auth.GoogleHandle.java

/**
 * AQuery internal use only. Handle account, account manager related tasks.
 * 
 */

public class GoogleHandle extends AccountHandle implements DialogInterface.OnClickListener, OnCancelListener {

From source file com.zion.htf.ui.fragment.TimeToPickerFragment.java

/**
 * An {@link android.app.AlertDialog} used to set or edit an alarm.
 */
// FIXME: Dialog must state clearly that the input must be in hours/minutes to the begining of the set
// TODO: Consider using a spinner as in Calendar app
public class TimeToPickerFragment extends DialogFragment implements DialogInterface.OnClickListener {

From source file org.mariotaku.twidere.fragment.support.DeleteUserListMembersDialogFragment.java

public class DeleteUserListMembersDialogFragment extends BaseSupportDialogFragment
        implements DialogInterface.OnClickListener {

    public static final String FRAGMENT_TAG = "destroy_user_list_member";

    @Override

From source file com.external.androidquery.auth.GoogleHandle.java

/**
 * AQuery internal use only. Handle account, account manager related tasks.
 * 
 */

public class GoogleHandle extends AccountHandle implements DialogInterface.OnClickListener, OnCancelListener {