List of usage examples for android.content DialogInterface.OnClickListener interface-usage
From source file com.synox.android.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 org.catrobat.paintroid.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.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.ezeeideas.wordjam.TestDialogFragment.java
public class TestDialogFragment extends DialogFragment implements DialogInterface.OnClickListener { public interface TestDialogListener { public void onDialogPositiveClick(DialogFragment dialog); public void onDialogNegativeClick(DialogFragment dialog); }
From source file com.owncloud.android.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 de.vanita5.twittnuker.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 de.vanita5.twittnuker.fragment.support.AddUserListMemberDialogFragment.java
public class AddUserListMemberDialogFragment extends BaseSupportDialogFragment implements DialogInterface.OnClickListener { public static final String FRAGMENT_TAG = "add_user_list_member"; private AutoCompleteTextView mEditText; private UserHashtagAutoCompleteAdapter mUserAutoCompleteAdapter;
From source file color.kidpaint.com.kidpaintcolor.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 net.abcdroid.devfest12.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 FragmentActivity mActivity;
From source file io.baas.checktoe.utils.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 FragmentActivity mActivity;