Searched defs:ImageButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DImageButton.java28 * or clicked by the user. By default, an ImageButton looks like a regular
32 * {@code <ImageButton>} XML element or by the
52 * reference it as a drawable for the source of your ImageButton (in the
72 public class ImageButton extends ImageView { class in inherits:ImageView
73 public ImageButton(Context context) { method in class:ImageButton
77 public ImageButton(Context context, AttributeSet attrs) { method in class:ImageButton
81 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ImageButton
85 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ImageButton
97 return ImageButton.class.getName();

Completed in 191 milliseconds