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

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

Completed in 54 milliseconds