public class

DontPressWithParentImageView

extends ImageView
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.ImageView
       ↳ com.android.contacts.ui.widget.DontPressWithParentImageView

Class Overview

Special class to to allow the parent to be pressed without being pressed itself. This way the line of a tab can be pressed, but the image itself is not.

Summary

[Expand]
Inherited Constants
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
DontPressWithParentImageView(Context context, AttributeSet attrs)
Public Methods
void setPressed(boolean pressed)
[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

Public Constructors

public DontPressWithParentImageView (Context context, AttributeSet attrs)

Public Methods

public void setPressed (boolean pressed)