Example usage for android.widget CompoundButton.OnCheckedChangeListener interface-usage

List of usage examples for android.widget CompoundButton.OnCheckedChangeListener interface-usage

Introduction

In this page you can find the example usage for android.widget CompoundButton.OnCheckedChangeListener interface-usage.

Usage

From source file com.tolkdanmarktolkapp.zeshan.tolkdanmark.Fragmenter.Profil_fragmant.java

    /**
     * Created by Zeshan on 21-12-2015.
     */

    public class Profil_fragmant extends Fragment
            implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {

From source file am.project.x.business.drawables.textdrawable.TextDrawableActivity.java

/**
 * 
 */
public class TextDrawableActivity extends BaseActivity implements CompoundButton.OnCheckedChangeListener {

    private TextDrawable drawable;

From source file com.appbonus.android.ui.fragments.profile.settings.SettingsFragment.java

public class SettingsFragment extends SimpleFragment
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {
    protected CheckBox showPush;
    protected CheckBox pushSound;

    protected Button webCab;

From source file gr.sepals.eshop.info.gui.ThanksSlidePageFragment.java

public class ThanksSlidePageFragment extends Fragment implements CompoundButton.OnCheckedChangeListener {

    private TextView title;

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

From source file net.tjado.passwdsafe.view.ConfirmPromptDialog.java

/**
 * Dialog to confirm a prompt
 */
public class ConfirmPromptDialog extends AppCompatDialogFragment implements CompoundButton.OnCheckedChangeListener,
        DialogInterface.OnCancelListener, DialogInterface.OnClickListener {
    /**

From source file com.jefftharris.passwdsafe.view.ConfirmPromptDialog.java

/**
 * Dialog to confirm a prompt
 */
public class ConfirmPromptDialog extends AppCompatDialogFragment implements CompoundButton.OnCheckedChangeListener,
        DialogInterface.OnCancelListener, DialogInterface.OnClickListener {
    /**

From source file am.project.x.business.drawables.lineardrawable.LinearDrawableActivity.java

/**
 * 
 */
public class LinearDrawableActivity extends BaseActivity
        implements CompoundButton.OnCheckedChangeListener, SeekBar.OnSeekBarChangeListener {

From source file xyz.jamescarroll.genipass.Fragment.PasswordFragment.java

/**
 * A simple {@link Fragment} subclass.
 */
public class PasswordFragment extends ExtFragment implements CompoundButton.OnCheckedChangeListener {
    public static final String TAG = "PasswordFragment.TAG";
    private char[] mChars;

From source file at.bitfire.davdroid.ui.setup.LoginCredentialsFragment.java

public class LoginCredentialsFragment extends Fragment implements CompoundButton.OnCheckedChangeListener {

    RadioButton radioUseEmail;
    LinearLayout emailDetails;
    EditText editEmailAddress;
    EditPassword editEmailPassword;

From source file com.doctoror.surprise.SurpriseActivity.java

public final class SurpriseActivity extends Activity
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {

    private static final int ANIMATOR_CHILD_CONTENT = 0;
    private static final int ANIMATOR_CHILD_PROGRESS = 1;