Example usage for android.widget CheckBox.OnCheckedChangeListener interface-usage

List of usage examples for android.widget CheckBox.OnCheckedChangeListener interface-usage

Introduction

In this page you can find the example usage for android.widget CheckBox.OnCheckedChangeListener interface-usage.

Usage

From source file com.amazonaws.devicefarm.android.referenceapp.Fragments.Tabs.Inputs.Input_CheckBoxFragment.java

/**
 * A fragment demonstrating a checkbox input
 */
public class Input_CheckBoxFragment extends Fragment implements CheckBox.OnCheckedChangeListener {
    @InjectView(R.id.input_checkbox_status)
    TextView checkbox_display;

From source file com.h6ah4i.android.example.materialshadowninepatch.XYPositionDemoFragment.java

public class XYPositionDemoFragment extends Fragment
        implements View.OnClickListener, CheckBox.OnCheckedChangeListener, SeekBar.OnSeekBarChangeListener {

    private static final int SEEKBAR_MAX = 1000;
    private static final float MAX_Z_TRANSLATION = 9;

From source file com.h6ah4i.android.example.materialshadowninepatch.ZPositionDemoFragment.java

public class ZPositionDemoFragment extends Fragment
        implements View.OnClickListener, CheckBox.OnCheckedChangeListener, SeekBar.OnSeekBarChangeListener {

    private static final int SEEKBAR_MAX = 1000;
    private static final float MAX_TRANSLATION_Z = 9;

From source file com.h6ah4i.android.example.materialshadowninepatch.MainContentsFragment.java

public class MainContentsFragment extends Fragment
        implements View.OnClickListener, CheckBox.OnCheckedChangeListener, SeekBar.OnSeekBarChangeListener {

    private static final int SEEKBAR_MAX = 1000;
    private static final float MAX_ELEVATION = 9;

From source file com.h6ah4i.android.example.materialshadowninepatch.ZPositionAnimationDemoFragment.java

@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH)
public class ZPositionAnimationDemoFragment extends Fragment
        implements View.OnClickListener, CheckBox.OnCheckedChangeListener {

    private float mDisplayDensity;
    private View mCompatShadowItem;

From source file com.h6ah4i.android.example.materialshadowninepatch.ProgrammaticallyAddDemoFragment.java

public class ProgrammaticallyAddDemoFragment extends Fragment
        implements View.OnClickListener, CheckBox.OnCheckedChangeListener {

    private CheckBox mCheckBoxForceUseCompatMode;
    private LinearLayout mItemsContainer;
    private Button mAddButton;

From source file com.atlas.mars.weatherradar.ActivitySetting.java

/**
 * Created by ?? on 7/8/15.
 */
public class ActivitySetting extends AppCompatActivity implements TimePicker.OnTimeChangedListener,
        View.OnClickListener, CheckBox.OnCheckedChangeListener, AdapterView.OnItemSelectedListener, OnEvents {
    final String TAG = "ActivitySettingLog";

From source file com.google.android.gms.identity.quickstart.MainActivity.java

/**
 * Demonstrates Google Sign-In, retrieval of user's profile information, and
 * offline server authorization.
 */
public class MainActivity extends FragmentActivity implements ConnectionCallbacks, OnConnectionFailedListener,
        View.OnClickListener, CheckBox.OnCheckedChangeListener, ResultCallback<People.LoadPeopleResult> {

From source file com.ustadmobile.port.android.view.LoginActivity.java

public class LoginActivity extends UstadBaseActivity
        implements LoginView, View.OnClickListener, CheckBox.OnCheckedChangeListener {

    private int viewId;

    private LoginController mLoginController;

From source file in.co.liftplease.myapplication.MainActivity.java

/**
 * Android Google+ Quickstart activity.
 *
 * Demonstrates Google+ Sign-In and usage of the Google+ APIs to retrieve a
 * users profile information.
 */