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

/frameworks/base/core/java/android/widget/
H A DImageView.java59 * Displays an arbitrary image, such as an icon. The ImageView class
74 public class ImageView extends View { class in inherits:View
130 public ImageView(Context context) { method in class:ImageView
135 public ImageView(Context context, @Nullable AttributeSet attrs) { method in class:ImageView
139 public ImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:ImageView
143 public ImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, method in class:ImageView
150 attrs, com.android.internal.R.styleable.ImageView, defStyleAttr, defStyleRes);
268 * True when ImageView is adjusting its bounds
283 * Set this to true if you want the ImageView to adjust its bounds
330 * then use {@link #setScaleType(android.widget.ImageView
[all...]

Completed in 51 milliseconds