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.google.android.apps.iosched2.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 cn.bingoogolapple.androidcommon.adapter.BGAViewHolderHelper.java

/**
 * : :bingoogolapple@gmail.com
 * :15/5/26 17:06
 * ??:AdapterViewRecyclerViewitem??
 */
public class BGAViewHolderHelper

From source file com.hao.common.adapter.BaseViewHolderHelper.java

/**
 * :linguoding linggoudingg@gmail.com
 * :15/5/26 17:06
 * ??:AdapterViewRecyclerViewitem??
 */
public class BaseViewHolderHelper

From source file com.notifry.android.SourceList.java

public class SourceList extends ListActivity
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {
    /**
     * Handler for when you change a source's enabled status.
     * 
     * @param source

From source file com.google.firebase.samples.apps.mlkit.LivePreviewActivity.java

/** Demo app showing the various features of ML Kit for Firebase. This class is used to
 * set up continuous frame processing on frames from a camera source. */
@KeepName
public final class LivePreviewActivity extends AppCompatActivity implements OnRequestPermissionsResultCallback,
        OnItemSelectedListener, CompoundButton.OnCheckedChangeListener {
    private static final String FACE_DETECTION = "Face Detection";

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

public class RegisterExpertActivity extends ZipsuriActivity 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 in.blogspot.anselmbros.torchie.ui.fragment.SettingsFragment.java

public class SettingsFragment extends Fragment implements SharedPreferences.OnSharedPreferenceChangeListener,
        CompoundButton.OnCheckedChangeListener, RadioGroup.OnCheckedChangeListener, View.OnClickListener {

    View rootView;

    SharedPreferences preferences;

From source file com.tmall.ultraviewpager.sample.PagerActivity.java

public class PagerActivity extends Activity implements AdapterView.OnItemSelectedListener,
        CompoundButton.OnCheckedChangeListener, View.OnClickListener {
    private UltraViewPager ultraViewPager;
    private PagerAdapter adapter;

    private Spinner indicatorStyle;

From source file org.rm3l.ddwrt.tiles.DDWRTTile.java

/**
 * Abstract DDWRT Tile
 */
public abstract class DDWRTTile<T>
        implements View.OnClickListener, LoaderManager.LoaderCallbacks<T>, CompoundButton.OnCheckedChangeListener {

From source file net.mypapit.mobile.callsignview.CallsignDetailActivity.java

/**
 * Created by mypapit on 2/9/15.
 */
public class CallsignDetailActivity extends ActionBarActivity
        implements CompoundButton.OnCheckedChangeListener, ShareActionProvider.OnShareTargetSelectedListener {
    private int FAVORITE;