Example usage for android.widget Checkable interface-usage

List of usage examples for android.widget Checkable interface-usage

Introduction

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

Usage

From source file io.plaidapp.ui.widget.FABToggle.java

/**
 * A {@link Checkable} {@link ImageButton} which has a minimum offset i.e. translation Y.
 */
public class FABToggle extends ImageButton implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };

From source file io.plaidapp.ui.widget.FABToggle.java

/**
 * A {@link Checkable} {@link ImageButton} which has a minimum offset i.e. translation Y.
 */
public class FABToggle extends ImageButton implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };

From source file org.goodev.droidddle.widget.FABToggle.java

/**
 * A {@link Checkable} {@link ImageButton} which has a minimum offset i.e. translation Y.
 */
public class FABToggle extends ImageButton implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };

From source file us.phyxsi.gameshelf.ui.widget.FABToggle.java

/**
 * A {@link Checkable} {@link ImageButton} which has a minimum offset i.e. translation Y.
 */
public class FABToggle extends ImageButton implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };

From source file com.example.android.supportv4.view.CheckableFrameLayout.java

public class CheckableFrameLayout extends FrameLayout implements Checkable {
    private boolean mChecked;

    public CheckableFrameLayout(Context context) {
        super(context);
    }

From source file org.goodev.material.widget.FABToggle.java

/**
 * A {@link Checkable} {@link ImageButton} which has a minimum offset i.e. translation Y.
 */
public class FABToggle extends FloatingActionButton implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };

From source file com.finchuk.clock2.alarms.ui.TempCheckableImageButton.java

/**
 * Created by Oleksandr Finchuk on 07/06/2017.
 *
 * Temporary fix for design support library's CheckableImageButton that toggles itself when clicked.
 *
 * We have copied over the original source code, because the class only exists on v24.2 but we are

From source file com.philliphsu.clock2.alarms.ui.TempCheckableImageButton.java

/**
 * Created by Phillip Hsu on 9/26/2016.
 *
 * Temporary fix for design support library's CheckableImageButton that toggles itself when clicked.
 *
 * We have copied over the original source code, because the class only exists on v24.2 but we are

From source file android.support.design.widget.CheckableImageButton.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class CheckableImageButton extends AppCompatImageButton implements Checkable {

From source file com.commonsware.cwac.crossport.design.widget.CheckableImageButton.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class CheckableImageButton extends ImageButton implements Checkable {