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.cmput301.recipebot.ui.AbstractRecipeActivity.java

/**
 * An abstract {@link android.app.Activity} that displays a Recipe to the user.
 * It sets up a share action provider to share the recipe and the views that should be displayed to the user.
 */
public abstract class AbstractRecipeActivity extends BaseActivity
        implements CompoundButton.OnCheckedChangeListener {

From source file com.goliathonline.android.kegbot.ui.VendorDetailFragment.java

/**
 * A fragment that shows detail information for a sandbox company, including company name,
 * description, product description, logo, etc.
 */
public class VendorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file com.bubblegum.traceratops.app.ui.fragments.LogFilterFragment.java

public class LogFilterFragment extends DialogFragment
        implements SeekBar.OnSeekBarChangeListener, CompoundButton.OnCheckedChangeListener {

    private SeekBar mLevelSeekbar;
    private Switch mCrashSwitch;
    private TextView mTagTextTv;

From source file com.tassadar.multirommgr.installfragment.InstallCard.java

public class InstallCard extends Card implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {

    public InstallCard(Bundle savedState, Manifest manifest, boolean forceRecovery, StartInstallListener listener) {
        super();
        m_manifest = manifest;
        m_listener = listener;

From source file com.twp.music.LocalMusicActivity.java

/**
 * Created by pengqinping on 15/3/8.
 *
 * @email Royal.k.peng@gmail.com
 * @description
 */

From source file com.ibox_ucsc.design.ui.VendorDetailFragment.java

/**
 * A fragment that shows detail information for a sandbox company, including company name,
 * description, product description, logo, etc.
 */
public class VendorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file com.heneryh.aquanotes.ui.VendorDetailFragment.java

/**
 * A fragment that shows detail information for a sandbox company, including company name,
 * description, product description, logo, etc.
 */
public class VendorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file com.mobello.shift.fragments.Settings.java

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

    protected Intent intent;
    private String token, status, appLinkUrl, previewImageUrl;
    private CustomTextView txtLogout, txtDeleteAccount;
    private RelativeLayout invite_sms, invite_email, invite_facebook, lblLicense, lblPrivacy, lblTerms, rateUs,

From source file com.google.android.apps.iosched.ui.VendorDetailFragment.java

/**
 * A fragment that shows detail information for a sandbox company, including company name,
 * description, product description, logo, etc.
 */
public class VendorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file com.lullabot.android.apps.iosched.ui.VendorDetailFragment.java

/**
 * A fragment that shows detail information for a sandbox company, including company name,
 * description, product description, logo, etc.
 */
public class VendorDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {