Home | History | Annotate | Download | only in widget

Lines Matching defs:ImageView

43  * Displays an arbitrary image, such as an icon.  The ImageView class
58 public class ImageView extends View {
102 public ImageView(Context context) {
107 public ImageView(Context context, AttributeSet attrs) {
111 public ImageView(Context context, AttributeSet attrs, int defStyle) {
116 com.android.internal.R.styleable.ImageView, defStyle, 0);
195 * Set this to true if you want the ImageView to adjust its bounds
262 * Sets a drawable as the content of this ImageView.
287 * Sets the content of this ImageView to the specified Uri.
313 * Sets a drawable as the content of this ImageView.
328 * Sets a Bitmap as the content of this ImageView.
375 * {@link ImageView#setImageMatrix(Matrix)}. From XML, use this syntax:
430 * of this ImageView.
452 * Return the current scale type in use by this ImageView.
454 * @see ImageView.ScaleType
503 Log.w("ImageView", "Unable to find resource: " + mResource, e);
516 Log.w("ImageView", "Unable to open content: " + mUri, e);
525 Log.w("ImageView", "Unable to open content: " + mUri, e);