HomeSort by relevance Sort by last modified time
    Searched full:imageview (Results 101 - 125 of 1947) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera/res/layout/
menu_indicators_keyguard.xml 21 <ImageView
28 <ImageView
35 <ImageView
43 <ImageView
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 22 import android.widget.ImageView;
53 ImageView accountIcon = (ImageView) view.findViewById(android.R.id.icon);
55 throw new IllegalStateException("Group source view must contain an ImageView with id"
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContactPhotoManager.java 22 import android.widget.ImageView;
32 public void loadThumbnail(ImageView view, long photoId, boolean darkTheme, boolean isCircular,
38 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme,
45 public void removePhoto(ImageView view) {
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 10 import android.widget.ImageView;
18 public ImageView appIcon;
32 holder.appIcon = (ImageView) convertView.findViewById(R.id.app_icon);
40 // and the ImageView.
  /cts/tests/tests/graphics/res/layout/
imageview_layout.xml 25 <ImageView
26 android:id="@+id/imageview"
30 <ImageView
  /cts/tests/tests/widget/res/layout/
imageview_layout.xml 25 <ImageView
26 android:id="@+id/imageview"
30 <ImageView
  /development/samples/ApiDemos/res/layout/
density_image_views.xml 22 <ImageView
27 <ImageView
32 <ImageView
  /development/samples/devbytes/animation/ActivityAnimations/res/layout/
picture_info.xml 31 android:layout_below="@+id/imageView" />
32 <ImageView
33 android:id="@+id/imageView"
  /external/chromium_org/ash/system/tray/
tray_item_more.h 12 class ImageView;
50 views::ImageView* icon_;
52 views::ImageView* more_;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
ImageViewHasDrawableMatcher.java 3 import android.widget.ImageView;
12 public class ImageViewHasDrawableMatcher<T extends ImageView> extends TypeSafeMatcher<T> {
46 public static <T extends ImageView> Matcher<T> hasDrawable(int expectedResourceId) {
  /frameworks/base/packages/SystemUI/res/layout/
global_screenshot.xml 19 <ImageView android:id="@+id/global_screenshot_background"
24 <ImageView android:id="@+id/global_screenshot"
31 <ImageView android:id="@+id/global_screenshot_flash"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AlphaImageView.java 21 import android.widget.ImageView;
24 * An ImageView which does not have overlapping renderings commands and therefore does not need a
27 public class AlphaImageView extends ImageView {
AlphaOptimizedImageView.java 22 import android.widget.ImageView;
25 * An ImageView which does not have overlapping rendering commands and therefore does not need a
28 public class AlphaOptimizedImageView extends ImageView
  /frameworks/base/tests/DpiTest/res/layout/
image_views.xml 22 <ImageView
27 <ImageView
32 <ImageView
  /packages/apps/Camera/src/com/android/camera/ui/
TwoStateImageView.java 21 import android.widget.ImageView;
24 * A @{code ImageView} which change the opacity of the icon if disabled.
26 public class TwoStateImageView extends ImageView {
  /packages/apps/Camera2/src/com/android/camera/ui/
TwoStateImageView.java 21 import android.widget.ImageView;
24 * A @{code ImageView} which change the opacity of the icon if disabled.
26 public class TwoStateImageView extends ImageView {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
LayoutSuppressingImageView.java 21 import android.widget.ImageView;
24 * Custom {@link ImageView} that improves layouting performance.
29 public class LayoutSuppressingImageView extends ImageView {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
TwoStateImageView.java 23 import android.widget.ImageView;
26 * A @{code ImageView} which change the opacity of the icon if disabled.
28 public class TwoStateImageView extends ImageView {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 27 import android.widget.ImageView;
34 * This class extends the standard Android ImageView View class with some features
38 public class PhotoView extends ImageView {
47 * Creates a weak reference to the ImageView in this object. The weak
61 // The URL that points to the source of the image for this ImageView
64 // The Thread that will be used to download the image for this ImageView
136 * Sets the image in this ImageView to null, and makes the View visible
144 * Returns the URL of the picture associated with this ImageView
152 * This callback is invoked when the system attaches the ImageView to a Window. The callback
160 // If the sibling View is set and the parent of the ImageView is itself a Vie
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.widget.ImageView.html 10 android.widget.ImageView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ImageView.html" target="_top"><font size="+2"><code>ImageView</code></font></A>
86 <A NAME="android.widget.ImageView.getAdjustViewBounds_added()"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getAdjustViewBounds()" target="_top"><code>getAdjustViewBounds</code></A>()</nobr>
93 <A NAME="android.widget.ImageView.getColorFilter_added()"></A>
94 <nobr><code>ColorFilter</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getColorFilter()" target="_top"><code>getColorFilter</code></A>()</nobr>
100 <A NAME="android.widget.ImageView.getCropToPadding_added()"></A>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getCropToPadding()" target="_top"><code>getCropToPadding</code></A>()</nobr>
107 <A NAME="android.widget.ImageView.getImageAlpha_added()"></A
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
SharedElementCallback.java 30 import android.widget.ImageView;
31 import android.widget.ImageView.ScaleType;
149 if (sharedElement instanceof ImageView) {
150 ImageView imageView = ((ImageView) sharedElement);
151 Drawable d = imageView.getDrawable();
152 Drawable bg = imageView.getBackground();
159 imageView.getScaleType().toString());
160 if (imageView.getScaleType() == ScaleType.MATRIX)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.widget.ImageView.html 10 android.widget.ImageView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ImageView.html" target="_top"><font size="+2"><code>ImageView</code></font></A>
85 <A NAME="android.widget.ImageView.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86 <nobr><A HREF="../../../../reference/android/widget/ImageView.html#ImageView(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>ImageView</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
101 <A NAME="android.widget.ImageView.getImageTintList_added()"></A>
102 <nobr><code>ColorStateList</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getImageTintList()" target="_top"><code>getImageTintList</code></A>()</nobr>
108 <A NAME="android.widget.ImageView.getImageTintMode_added()"></A
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 34 import android.widget.ImageView;
57 private static ImageView mImageView1;
58 private static ImageView mImageView2;
59 private static ImageView mImageView3;
60 private static ImageView mImageView4;
61 private static ImageView mImageView5;
76 private static ArrayList<ImageView> mImages;
82 public static ImageView getImageView() {
162 mImages = new ArrayList<ImageView>();
176 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null)
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimCtsActivity.java 28 import android.widget.ImageView;
90 if ((convertView != null) && (convertView instanceof ImageView)) {
91 ((ImageView) convertView).setImageResource(R.drawable.size_48x48);
95 ImageView newView = new ImageView(GridLayoutAnimCtsActivity.this);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
RecyclingImageView.java 23 import android.widget.ImageView;
28 * Sub-class of ImageView which automatically notifies the drawable when it is
31 public class RecyclingImageView extends ImageView {
42 * @see android.widget.ImageView#onDetachedFromWindow()
53 * @see android.widget.ImageView#setImageDrawable(android.graphics.drawable.Drawable)

Completed in 952 milliseconds

1 2 3 45 6 7 8 91011>>