HomeSort by relevance Sort by last modified time
    Searched full:imageview (Results 51 - 75 of 1503) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/res/layout/
conversation_message_upper_header_actions.xml 19 <ImageView
25 <ImageView
31 <ImageView
36 <ImageView
41 <ImageView
  /packages/apps/UnifiedEmail/res/layout-land/
conversation_message_upper_header_actions.xml 19 <ImageView
25 <ImageView
30 <ImageView
35 <ImageView
40 <ImageView
  /packages/apps/UnifiedEmail/res/layout-sw600dp/
conversation_message_upper_header_actions.xml 19 <ImageView
25 <ImageView
30 <ImageView
35 <ImageView
40 <ImageView
  /packages/experimental/DreamTheater/res/layout/
slideshow.xml 27 <ImageView
33 <ImageView
40 <ImageView
46 <ImageView
52 <ImageView
  /frameworks/base/docs/html/training/displaying-bitmaps/
display-bitmap.jd 57 android.widget.ImageView} children. The main activity holds the {@link
104 <p>Here is an implementation of the details {@link android.app.Fragment} which holds the {@link android.widget.ImageView} children. This might seem like a perfectly reasonable approach, but can
111 private ImageView mImageView;
133 // image_detail_fragment.xml contains just an ImageView
135 mImageView = (ImageView) v.findViewById(R.id.imageView);
143 <strong>mImageView.setImageResource(resId);</strong> // Load image into ImageView
158 public void loadBitmap(int resId, ImageView imageView) {
200 public void loadBitmap(int resId, ImageView imageView)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 44 import android.widget.ImageView;
130 if (child instanceof ImageView) {
131 ImageView imageView = (ImageView) child;
155 imageView.setImageDrawable(drawable);
190 if (child instanceof ImageView) {
191 ImageView imageView = (ImageView) child
    [all...]
  /external/chromium_org/ui/views/controls/
image_view.h 19 // ImageView class.
21 // An ImageView can display an image from an ImageSkia. If a size is provided,
22 // the ImageView will resize the provided image to fit if it is too big or will
27 class VIEWS_EXPORT ImageView : public View {
35 ImageView();
36 virtual ~ImageView();
47 // The returned image is still owned by the ImageView.
50 // Set the desired image size for the receiving ImageView.
112 DISALLOW_COPY_AND_ASSIGN(ImageView);
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 37 * If the Element tag is ImageView (or a subclass of ImageView), then the tag
40 * This class also has logic to ascertain the subclasses of ImageView and thus
56 * subclasses of ImageView.
64 * The ImageView class stored for easy comparison while handling content. It
91 * locate {@link ImageView} class.
110 * For each subclass of ImageView, test for existence of the specified
125 // ImageView, skip it.
166 * Set the class loader and ImageView class objects that will be used during
171 * when the ImageView Class object could not be found within th
    [all...]
  /packages/apps/Settings/res/layout/
widget.xml 35 <ImageView
44 <ImageView
53 <ImageView
71 <ImageView
80 <ImageView
90 <ImageView
108 <ImageView
117 <ImageView
126 <ImageView
144 <ImageView
    [all...]
  /external/replicaisland/res/layout/
mainmenu.xml 6 <ImageView
16 <ImageView
34 <ImageView
42 <ImageView
53 <ImageView
82 <ImageView
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 25 import android.widget.ImageView;
50 ImageView imageView = (ImageView) view.findViewById(R.id.icon);
51 if (imageView != null && mIcon != null) {
52 imageView.setImageDrawable(mIcon);
  /packages/apps/Camera2/src/com/android/camera/
OnScreenIndicators.java 25 import android.widget.ImageView;
38 private final ImageView mExposureIndicator;
39 private final ImageView mFlashIndicator;
40 private final ImageView mSceneIndicator;
41 private final ImageView mLocationIndicator;
42 private final ImageView mTimerIndicator;
43 private final ImageView mWBIndicator;
54 mExposureIndicator = (ImageView) onScreenIndicatorsView.findViewById(
56 mFlashIndicator = (ImageView) onScreenIndicatorsView.findViewById(
58 mSceneIndicator = (ImageView) onScreenIndicatorsView.findViewById
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/layout/
gridview.jd 13 <li>{@link android.widget.ImageView}</li>
118 // create a new ImageView for each item referenced by the Adapter
120 ImageView imageView;
122 imageView = new ImageView(mContext);
123 imageView.setLayoutParams(new GridView.LayoutParams(85, 85));
124 imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
125 imageView.setPadding(8, 8, 8, 8)
    [all...]
  /cts/tests/res/layout/
cursoradapter_group0.xml 17 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
21 </ImageView>
cursoradapter_group1.xml 17 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
21 </ImageView>
  /development/samples/ApiDemos/res/layout/
print_bitmap.xml 17 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
23 </ImageView>
wallpaper_2.xml 6 <ImageView
9 android:id="@+id/imageview" />
  /development/samples/devbytes/animation/SlidingFragments/res/layout/
image_fragment.xml 16 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
20 </ImageView
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 25 import android.widget.ImageView;
57 final ImageView imageview = (ImageView) findViewById(R.id.imageview); local
69 imageview.setImageBitmap(mCurrentBitmap);
72 imageview.setOnClickListener(new View.OnClickListener() {
86 imageview.setImageBitmap(mCurrentBitmap);
  /device/google/accessory/demokit/app/res/layout/
no_device.xml 11 <ImageView android:id="@+id/imageView1" android:layout_width="match_parent"
13 android:src="@drawable/demokit_splash" android:layout_weight="1"></ImageView>
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.h 14 class ImageView;
37 views::ImageView* favicon_view_;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
AttrResourceLoaderTest.java 5 import android.widget.ImageView;
40 String expected = "" + ImageView.ScaleType.FIT_CENTER.ordinal();
41 assertThat(attrResourceLoader.convertValueToEnum(ImageView.class, "android", "scaleType", "fitCenter"), equalTo(expected));
42 assertThat(attrResourceLoader.hasAttributeFor(ImageView.class, "android", "scaleType"), equalTo(true));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsBasicTile.java 24 import android.widget.ImageView;
31 private final ImageView mImageView;
54 mImageView = (ImageView) findViewById(R.id.image);
62 public ImageView getImageView() {
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGalleryImages.java 22 import android.widget.ImageView;
23 import android.widget.ImageView.ScaleType;
63 ImageView i = new ImageView(mContext);
  /frameworks/base/tests/StatusBar/res/layout/
button_notification.xml 7 <ImageView

Completed in 2983 milliseconds

1 23 4 5 6 7 8 91011>>