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

/frameworks/base/core/java/android/widget/
H A DImageView.java62 * ImageView is also commonly used to {@link #setImageTintMode(PorterDuff.Mode)
66 * The following XML snippet is a common example of using an ImageView to display an image resource:
73 * <ImageView
95 public class ImageView extends View { class in inherits:View
96 private static final String LOG_TAG = "ImageView";
162 public ImageView(Context context) { method in class:ImageView
167 public ImageView(Context context, @Nullable AttributeSet attrs) { method in class:ImageView
171 public ImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:ImageView
175 public ImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, method in class:ImageView
181 // ImageView i
[all...]

Completed in 44 milliseconds