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

/frameworks/base/core/java/android/widget/
H A DImageView.java43 * Displays an arbitrary image, such as an icon. The ImageView class
58 public class ImageView extends View { class in inherits:View
102 public ImageView(Context context) { method in class:ImageView
107 public ImageView(Context context, AttributeSet attrs) { method in class:ImageView
111 public ImageView(Context context, AttributeSet attrs, int defStyle) { method in class:ImageView
116 com.android.internal.R.styleable.ImageView, defStyle, 0);
195 * Set this to true if you want the ImageView to adjust its bounds
262 * Sets a drawable as the content of this ImageView.
287 * Sets the content of this ImageView to the specified Uri.
313 * Sets a drawable as the content of this ImageView
[all...]

Completed in 108 milliseconds