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 auribises.com.visitorbook.Activites.VisitorEntryActivity.java

public class VisitorEntryActivity extends AppCompatActivity
        implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {

    @InjectView(R.id.editTextName)
    EditText eTxtName;

From source file com.example.android.apprestrictionenforcer.AppRestrictionEnforcerFragment.java

/**
 * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema
 * sample.
 */
public class AppRestrictionEnforcerFragment extends Fragment implements CompoundButton.OnCheckedChangeListener,
        AdapterView.OnItemSelectedListener, View.OnClickListener, ItemAddFragment.OnItemAddedListener {

From source file net.dian1.player.activity.DownloadActivity.java

/**
 * @author Lukasz Wisniewski
 */
public class DownloadActivity extends BaseActivity
        implements DownloadObserver, CompoundButton.OnCheckedChangeListener {

From source file xyz.yhsj.helper.ViewHolderHelper.java

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

From source file com.javadog.bluetoothproximitylock.BluetoothFragment.java

/**
 * A page for configuring Bluetooth options.
 */
public class BluetoothFragment extends Fragment
        implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener {
    public final static String PREF_BT_DEVICE_ADDRESS = "btDeviceAddress";

From source file com.google.firebase.samples.apps.mlkit.java.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 com.hp.mss.printsdksample.fragment.TabFragmentPrintLayout.java

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

From source file com.hkm.mmedic.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 tw.idv.gasolin.pycontw2012.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.h6ah4i.android.example.openslmediaplayer.app.contents.HQVisualizerFragment.java

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

    private static final int[] WINDOW_TYPE_VALUES = { IHQVisualizer.WINDOW_RECTANGULAR,
            IHQVisualizer.WINDOW_RECTANGULAR | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM,
            IHQVisualizer.WINDOW_HANN, IHQVisualizer.WINDOW_HANN | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM,