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.bubblegum.traceratops.app.ui.fragments.AddDebugPreferenceDialogFragment.java

public class AddDebugPreferenceDialogFragment extends DialogFragment
        implements CompoundButton.OnCheckedChangeListener {

    EditText tvKeyName;
    EditText tvKeyValue;
    Switch swBoolean;

From source file talex.zsw.baselibrary.view.CoolSwitch.CoolSwitch.java

/**
 * Custom view representing a switch.
 * It animates a target view with a circular reveal effect when it's enabled or disabled.
 *
 * @author Sergio Gutirrez Mota.
 */

From source file com.kinvey.sample.kitchensink.account.LoginFragment.java

/**
 * @author edwardf
 * @since 2.0
 */
public class LoginFragment extends UseCaseFragment
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {

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 it.dex.movingimageview.fragments.MovingTesterFragment.java

public class MovingTesterFragment extends Fragment
        implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener,
        DexMovingImageView.OnValueChanged, SeekBar.OnSeekBarChangeListener, Evaluator.OnEventOccurred {
    private DexMovingImageView dexMovingImageView;
    private TextView xValue, yValue, zValue, angleValue, eventOccurrences;
    private View commands;

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 eu.geopaparazzi.library.core.dialogs.StrokeDashDialogFragment.java

/**
 * Class to set the dashing of a stroke.
 *
 * @author Andrea Antonello
 */
public class StrokeDashDialogFragment extends DialogFragment implements CompoundButton.OnCheckedChangeListener {

From source file com.geoffreybuttercrumbs.arewethereyet.DrawerFragment.java

public class DrawerFragment extends Fragment
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {
    //--Variables for fragment--//
    private View V;

    //--Variables for sharedprefs--//

From source file ufms.br.com.ufmsapp.fragment.DetalhesEventoFragment.java

public class DetalhesEventoFragment extends Fragment implements CompoundButton.OnCheckedChangeListener {

    protected Evento evento;
    protected Disciplina disciplina;

    protected TextView tipoEvento;

From source file tw.idv.gasolin.pycontw2012.ui.SponsorDetailFragment.java

public class SponsorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {
    private static final String TAG = SponsorDetailFragment.class.getSimpleName();

    private Uri mSponsorUri;