public class

HtcCheckableImageView

extends CheckedTextView
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.CheckedTextView
         ↳ com.htc.quickselection.HtcCheckableImageView

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.widget.TextView
From class android.view.View
[Expand]
Inherited Fields
From class android.widget.TextView
From class android.view.View
Public Constructors
HtcCheckableImageView(Context context)
HtcCheckableImageView(Context context, AttributeSet attrs)
HtcCheckableImageView(Context context, AttributeSet attrs, int defStyle)
[Expand]
Inherited Methods
From class android.widget.CheckedTextView
From class android.widget.TextView
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.graphics.drawable.Drawable.Callback2
From interface android.view.KeyEvent.Callback
From interface android.view.ViewTreeObserver.OnPreDrawListener
From interface android.view.accessibility.AccessibilityEventSource
From interface android.widget.Checkable
From interface android.widget.HtcIfTextView

Public Constructors

public HtcCheckableImageView (Context context)

Since: API Level 2.0

public HtcCheckableImageView (Context context, AttributeSet attrs)

Since: API Level 2.0

public HtcCheckableImageView (Context context, AttributeSet attrs, int defStyle)

Since: API Level 2.0