List of usage examples for android.content DialogInterface.OnClickListener interface-usage
From source file project.pamela.slambench.activities.ResultActivity.java
public class ResultActivity extends CommonActivity implements View.OnClickListener, DialogInterface.OnClickListener, UploadResultsTask.OnUploadResultsTaskTerminateListener { public static final String SELECTED_TEST_TAG = "selected_test"; public static final String SHARE_VIA = "Share via";
From source file com.he5ed.lib.cloudprovider.auth.AddAccountDialogFragment.java
/**
* Convenient implementation of DialogFragment that presents a dialog box to user to select
* the available cloud services that he/she choose to login into.
*
* @hide
*/
From source file com.tortel.syslog.dialog.LowSpaceDialog.java
/** * Dialog for low space */ public class LowSpaceDialog extends DialogFragment implements DialogInterface.OnClickListener { @Override
From source file pl.mrwojtek.sensrec.app.NetworkDialog.java
/** * Dialog for setting network preferences. */ public class NetworkDialog extends DialogFragment implements DialogInterface.OnClickListener { public static final String DIALOG_TAG = "NetworkDialog";
From source file com.synox.android.ui.dialog.CreateFolderDialogFragment.java
/** * Dialog to input the name for a new folder to create. * * Triggers the folder creation when name is confirmed. */ public class CreateFolderDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {
From source file at.jclehner.androidutils.AlertDialogFragment.java
public abstract class AlertDialogFragment extends DialogFragment implements DialogInterface.OnClickListener { private static final String TAG = AlertDialogFragment.class.getSimpleName(); private Button mPositiveBtn; private Button mNeutralBtn; private Button mNegativeBtn;
From source file org.totschnig.myexpenses.dialog.ContribDialogFragment.java
public class ContribDialogFragment extends DialogFragment implements DialogInterface.OnClickListener { Feature feature; int usagesLeft; public static final ContribDialogFragment newInstance(Feature feature, Serializable tag) { ContribDialogFragment dialogFragment = new ContribDialogFragment();
From source file com.owncloud.android.ui.dialog.CreateFolderDialogFragment.java
/** * Dialog to input the name for a new folder to create. * * Triggers the folder creation when name is confirmed. */ public class CreateFolderDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {
From source file org.mariotaku.twidere.fragment.DeleteUserListMembersDialogFragment.java
public class DeleteUserListMembersDialogFragment extends BaseDialogFragment implements DialogInterface.OnClickListener { public static final String FRAGMENT_TAG = "destroy_user_list_member"; @Override
From source file com.hartcode.hartweather.list.WeatherItemViewHolder.java
/** * */ public class WeatherItemViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener, View.OnLongClickListener, DialogInterface.OnClickListener { private final View view;