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.smc.jobs4smcyouth.Fragments.Print.PrintLayoutFragment.java

/**
 * Created by panini on 2/25/16.
 */
public class PrintLayoutFragment extends Fragment implements RadioGroup.OnCheckedChangeListener,
        CompoundButton.OnCheckedChangeListener, PrintUtil.PrintMetricsListener {
    public static String CONTENT_TYPE_PDF = "PDF";

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

/**
 * A fragment that shows detail information for a session, including session title, abstract,
 * time information, speaker photos and bios, etc.
 */
public class SessionDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file edu.umich.flowfence.testapp.PerfActivity.java

public class PerfActivity extends Activity implements CompoundButton.OnCheckedChangeListener, View.OnClickListener,
        FlowfenceConnection.DisconnectCallback {

    private static final String TAG = "FF.PerfTest";
    private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE);
    private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG);

From source file net.cloudpath.xpressconnect.screens.GetCredentials.java

public class GetCredentials extends ScreenBase implements View.OnClickListener, View.OnFocusChangeListener,
        CompoundButton.OnCheckedChangeListener, GestureCallback {
    private static final int GOT_CREDENTIALS = 1000;
    private static final int INVALID_USERNAME_FORMAT = 414;
    private static final int PROMPT_FOR_NO_PASSWORD = 10000;
    private static final String PROMPT_FOR_NO_PASSWORD_TAG = "promptForNoPassword";

From source file de.azapps.mirakel.settings.model_settings.special_list.SpecialListDetailFragment.java

public class SpecialListDetailFragment extends Fragment implements CompoundButton.OnCheckedChangeListener,
        EditDialogFragment.OnPropertyEditListener, IDetailFragment<SpecialList> {
    private ArrayList<Integer> backStack = new ArrayList<>();

    private SpecialListsConditionAdapter mAdapter;
    private MirakelContentObserver observer;

From source file com.chinabike.plugins.mip.activity.LocalAlbumDetail.java

/**
 * @author Jimmy Wu
 * @Description:
 * @date 201622216:20:11
 */
public class LocalAlbumDetail extends BaseActivity

From source file edu.umich.oasis.testapp.PerfActivity.java

public class PerfActivity extends Activity implements CompoundButton.OnCheckedChangeListener, View.OnClickListener,
        OASISConnection.DisconnectCallback {

    private static final String TAG = "OASIS.PerfTest";
    private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE);
    private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG);

From source file com.vantiv.android.gms.samples.wallet.CheckoutActivity.java

/**
 * The checkout page.
 *
 * Handles login and logout, but most of the interesting things happen in the WalletFragment
 * that is hosted by this activity.
 * Other pages further in the checkout process will send users back to this page if an error occurs,

From source file org.mariotaku.twidere.activity.APIEditorActivity.java

public class APIEditorActivity extends BaseActivity
        implements OnCheckedChangeListener, OnClickListener, CompoundButton.OnCheckedChangeListener {

    private EditText mEditAPIUrlFormat;
    private CheckBox mEditSameOAuthSigningUrl, mEditNoVersionSuffix;
    private EditText mEditConsumerKey, mEditConsumerSecret;

From source file org.ietf.ietfsched.ui.SessionDetailFragment.java

/**
 * A fragment that shows detail information for a session, including session title, abstract,
 * time information, speaker photos and bios, etc.
 */
public class SessionDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {