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

/frameworks/base/core/java/android/widget/
H A DImageView.java44 * Displays an arbitrary image, such as an icon. The ImageView class
59 public class ImageView extends View { class in inherits:View
104 public ImageView(Context context) { method in class:ImageView
109 public ImageView(Context context, AttributeSet attrs) { method in class:ImageView
113 public ImageView(Context context, AttributeSet attrs, int defStyle) { method in class:ImageView
118 com.android.internal.R.styleable.ImageView, defStyle, 0);
211 * True when ImageView is adjusting its bounds
226 * Set this to true if you want the ImageView to adjust its bounds
266 * then use {@link #setScaleType(android.widget.ImageView.ScaleType)} to determine how to fit
304 * then use {@link #setScaleType(android.widget.ImageView
[all...]

Completed in 64 milliseconds