public class

CheckableImageView

extends ImageView
implements Checkable
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.ImageView
       ↳ com.android.contacts.ui.widget.CheckableImageView

Class Overview

A special variation of ImageView that can be used as a checkable object. This is used as the background view of quickcontact chiclet, which is in checked state when disambig list is shown. Otherwise, it works identically to a ImageView.

Summary

[Expand]
Inherited Constants
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
CheckableImageView(Context context, AttributeSet attrs)
Public Methods
boolean isChecked()
int[] onCreateDrawableState(int extraSpace)
void setChecked(boolean checked)
void toggle()
[Expand]
Inherited Methods
From class android.widget.ImageView
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.accessibility.AccessibilityEventSource
From interface android.widget.Checkable

Public Constructors

public CheckableImageView (Context context, AttributeSet attrs)

Public Methods

public boolean isChecked ()

public int[] onCreateDrawableState (int extraSpace)

public void setChecked (boolean checked)

public void toggle ()