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

/frameworks/base/core/java/android/widget/
H A DImageView.java55 * Displays an arbitrary image, such as an icon. The ImageView class
70 public class ImageView extends View { class in inherits:View
125 public ImageView(Context context) { method in class:ImageView
130 public ImageView(Context context, AttributeSet attrs) { method in class:ImageView
134 public ImageView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ImageView
138 public ImageView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ImageView
144 attrs, com.android.internal.R.styleable.ImageView, defStyleAttr, defStyleRes);
252 * True when ImageView is adjusting its bounds
267 * Set this to true if you want the ImageView to adjust its bounds
314 * then use {@link #setScaleType(android.widget.ImageView
[all...]

Completed in 628 milliseconds