Home | History | Annotate | Download | only in widget

Lines Matching refs:ImageView

28  * {@link ImageView ImageViews}.
55 * This will set that image resource on the next ImageView in the switcher and will
60 * @see ImageView#setImageResource(int)
64 ImageView image = (ImageView)this.getNextView();
71 * This will set that image on the next ImageView in the switcher and will
76 * @see ImageView#setImageURI(Uri)
80 ImageView image = (ImageView)this.getNextView();
87 * This will set that drawable on the next ImageView in the switcher and will
92 * @see ImageView#setImageDrawable(Drawable)
96 ImageView image = (ImageView)this.getNextView();