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.ibox_ucsc.design.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 com.heneryh.aquanotes.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 com.goliathonline.android.kegbot.ui.DrinkDetailFragment.java

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

From source file com.h6ah4i.android.example.openslmediaplayer.app.contents.VisualizerFragment.java

public class VisualizerFragment extends ContentsBaseFragment
        implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener {

    // fields
    private volatile WaveformVisualizerSurfaceView mWaveformVisualizerView;
    private volatile FftVisualizerSurfaceView mFftVisualizerView;

From source file net.peterkuterna.android.apps.devoxxfrsched.ui.SessionDetailFragment.java

/**
 * A fragment that shows detail information for a session. Summary, notes,
 * and parallel sessions are shown in a (@link {@link ViewPager}.
 */
public class SessionDetailFragment extends SherlockFragment implements CompoundButton.OnCheckedChangeListener {

From source file org.dalmasso.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 {

From source file com.google.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 org.androidtitlan.estoesgoogle.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 net.jongrakko.zipsuri.fragment.ExpertModifyFragment.java

public class ExpertModifyFragment extends Fragment implements CompoundButton.OnCheckedChangeListener,
        OnMapReadyCallback, GoogleMap.OnMyLocationButtonClickListener, GoogleMap.OnMapClickListener {
    private static final int MY_LOCATION_REQUEST_CODE = 102;
    private static final int SELECT_CITY_REQUEST_CODE = 101;
    private CheckableButton[] btns;
    private int[] licenseButtonIds = { R.id.buttonLicense0, R.id.buttonLicense1, R.id.buttonLicense2,

From source file net.jongrakko.zipsuri.activity.PostReviseActivity.java

/**
 * Created by MoonJongRak on 2016. 5. 11..
 */
public class PostReviseActivity extends Fragment
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener, OnMapReadyCallback,
        OnMyLocationButtonClickListener, GoogleMap.OnMapClickListener {