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 org.kontalk.ui.view.ContactsListItem.java

public class ContactsListItem extends AvatarListItem implements Checkable {

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

    private Contact mContact;
    private TextView mText1;

From source file sg.fxl.topeka.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file com.hufeiya.SignIn.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file ir.isilearning.lmsapp.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file com.google.samples.apps.topeka.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file com.manning.androidhacks.hack030.view.CountryView.java

public class CountryView extends LinearLayout implements Checkable {

    private TextView mTitle;
    private CheckBox mCheckBox;

    public CountryView(Context context) {

From source file org.kontalk.ui.view.ConversationListItem.java

public class ConversationListItem extends AvatarListItem implements Checkable {

    private static final int[] CHECKED_STATE_SET = { android.R.attr.state_checked };
    private static final StyleSpan STYLE_BOLD = new StyleSpan(Typeface.BOLD);
    private static final StyleSpan STYLE_ITALIC = new StyleSpan(Typeface.ITALIC);

From source file io.github.hidroh.materialistic.widget.StoryView.java

public class StoryView extends RelativeLayout implements Checkable {
    private static final int VOTE_DELAY_MILLIS = 500;
    private static final String PROMOTED = "+%1$d";
    private final int mBackgroundColor;
    private final int mHighlightColor;
    private final int mTertiaryTextColorResId;

From source file com.android.mms.ui.ConversationListItem.java

/**
 * This class manages the view for given conversation.
 */
public class ConversationListItem extends RelativeLayout implements Contact.UpdateListener, Checkable {
    private static final String TAG = LogTag.TAG;
    private static final boolean DEBUG = false;

From source file com.android.mms.ui.MessageListItem.java

/**
 * This class provides view of a message in the messages list.
 */
public class MessageListItem extends ZoomMessageListItem implements SlideViewInterface, OnClickListener, Checkable {
    public static final String EXTRA_URLS = "com.android.mms.ExtraUrls";