HomeSort by relevance Sort by last modified time
    Searched refs:ImageView (Results 501 - 525 of 1034) sorted by null

<<21222324252627282930>>

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 45 import android.widget.ImageView;
247 final ImageView iconRefine = (ImageView) v.findViewById(R.id.edit_query);
259 public final ImageView mIcon1;
260 public final ImageView mIcon2;
261 public final ImageView mIconRefine;
266 mIcon1 = (ImageView) v.findViewById(android.R.id.icon1);
267 mIcon2 = (ImageView) v.findViewById(android.R.id.icon2);
268 mIconRefine = (ImageView) v.findViewById(R.id.edit_query);
384 private void setViewDrawable(ImageView v, Drawable drawable, int nullVisibility)
    [all...]
AppCompatImageView.java 36 import android.widget.ImageView;
39 * A {@link ImageView} which supports compatible features on older version of the platform,
52 * <p>This will automatically be used when you use {@link android.widget.ImageView} in your
55 public class AppCompatImageView extends ImageView implements TintableBackgroundView,
80 * Sets a drawable as the content of this ImageView.
85 * @see ImageView#setImageResource(int)
202 * {@link android.support.v4.widget.ImageViewCompat#setImageTintList(ImageView, ColorStateList)}
216 * {@link android.support.v4.widget.ImageViewCompat#getImageTintList(ImageView)}
230 * {@link android.support.v4.widget.ImageViewCompat#setImageTintMode(ImageView, PorterDuff.Mode)}
244 * {@link android.support.v4.widget.ImageViewCompat#getImageTintMode(ImageView)}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid2.java 28 import android.widget.ImageView;
64 ImageView imageView;
66 imageView = new ImageView(mContext);
67 imageView.setLayoutParams(new GridView.LayoutParams(45, 45));
68 imageView.setAdjustViewBounds(false);
69 imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
70 imageView.setPadding(8, 8, 8, 8)
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 41 import android.widget.ImageView;
61 // The bitmap currently used by ImageView
74 final ImageView imageView = (ImageView) mContentView.findViewById(R.id.image);
95 return processDrop(event, imageView);
238 boolean processDrop(DragEvent event, ImageView imageView) {
291 // Get the bitmap that needs to be drawn and update the ImageView
294 ((ImageView) getView().findViewById(R.id.image)).setImageBitmap(mBitmap)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 34 import android.widget.ImageView;
48 private ImageView mOkArrow;
56 mOkArrow = (ImageView)findViewById(R.id.ok);
184 ImageView image = (ImageView)findViewById(R.id.speaker);
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapDownloader.java 23 import android.widget.ImageView;
154 public void loadBitmap(final BitmapWorkerOptions options, final ImageView imageView) {
155 cancelDownload(imageView);
165 imageView.setImageBitmap(bitmap);
167 BitmapWorkerTask task = new BitmapWorkerTask(imageView) {
177 imageView.setTag(R.id.imageDownloadTask, new SoftReference<BitmapWorkerTask>(task));
219 * @param key {@link BitmapCallback} or {@link ImageView}
224 if (key instanceof ImageView) {
225 ImageView imageView = (ImageView)key
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PickRawContactDialogFragment.java 15 import android.widget.ImageView;
92 holder.accountIcon = (ImageView) view.findViewById(R.id.account_icon);
93 holder.photo = (ImageView) view.findViewById(R.id.photo);
147 ImageView accountIcon;
148 ImageView photo;
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 34 import android.widget.ImageView;
376 final ImageView playButton = (ImageView) findViewById(R.id.play_button);
379 final ImageView pauseButton = (ImageView) findViewById(R.id.pause_button);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 48 import android.widget.ImageView;
269 public ImageView icon;
270 public ImageView banner;
273 icon = (ImageView) view.findViewById(com.android.nfc.R.id.appicon);
274 banner = (ImageView) view.findViewById(com.android.nfc.R.id.banner);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 33 import android.widget.ImageView;
163 ImageView deviceDetails = (ImageView) view.findViewById(R.id.settings_button);
169 final ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
170 if (imageView != null) {
171 imageView.setContentDescription(contentDescription);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 36 import android.widget.ImageView;
37 import android.widget.ImageView.ScaleType;
53 protected ImageView mBackgroundImage;
182 ImageView icon = (ImageView) (animated
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 44 import android.widget.ImageView;
349 private ImageView mWatchFaceBackgroundPreviewImageView;
351 private ImageView mLeftComplicationBackground;
352 private ImageView mRightComplicationBackground;
365 (ImageView) view.findViewById(R.id.watch_face_background);
373 (ImageView) view.findViewById(R.id.left_complication_background);
379 (ImageView) view.findViewById(R.id.right_complication_background);
585 private ImageView mMoreOptionsImageView;
589 mMoreOptionsImageView = (ImageView) view.findViewById(R.id.more_options_image_view);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 44 import android.widget.ImageView;
349 private ImageView mWatchFaceBackgroundPreviewImageView;
351 private ImageView mLeftComplicationBackground;
352 private ImageView mRightComplicationBackground;
365 (ImageView) view.findViewById(R.id.watch_face_background);
373 (ImageView) view.findViewById(R.id.left_complication_background);
379 (ImageView) view.findViewById(R.id.right_complication_background);
585 private ImageView mMoreOptionsImageView;
589 mMoreOptionsImageView = (ImageView) view.findViewById(R.id.more_options_image_view);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 14 import android.widget.ImageView;
23 private ImageView mLeftHandle;
24 private ImageView mRightHandle;
25 private ImageView mTopHandle;
26 private ImageView mBottomHandle;
96 mLeftHandle = new ImageView(context);
102 mRightHandle = new ImageView(context);
108 mTopHandle = new ImageView(context);
114 mBottomHandle = new ImageView(context);
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 54 import android.widget.ImageView;
125 * A map from ImageView to the corresponding photo ID or uri, encapsulated in a request. The
128 private final ConcurrentHashMap<ImageView, Request> mPendingRequests =
129 new ConcurrentHashMap<ImageView, Request>();
385 ImageView view,
406 ImageView view,
434 ImageView view,
445 private void loadPhotoByIdOrUri(ImageView view, Request request) {
459 public void removePhoto(ImageView view) {
474 final Iterator<Entry<ImageView, Request>> iterator = mPendingRequests.entrySet().iterator()
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 39 import android.widget.ImageView;
135 final ImageView imgView = (ImageView)newCell.findViewById(R.id.image_view);
136 final ImageView copyImgView = new ImageView(mContext);
167 copyImgView.setScaleType(ImageView.ScaleType.CENTER);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 44 import android.widget.ImageView;
325 ImageView view = new ImageView(mContext);
333 view = new ImageView(mContext);
339 view = new ImageView(mContext);
349 view = new ImageView(mContext);
357 view = new ImageView(mContext);
363 view = new ImageView(mContext);
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/test/java/com/example/android/asymmetricfingerprintdialog/
FingerprintUiHelperTest.java 16 import android.widget.ImageView;
39 @Mock private ImageView mockIcon;
  /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/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 35 import android.widget.ImageView;
99 ((ImageView)findViewById(id)).setImageDrawable(dr);
  /frameworks/base/core/java/com/android/internal/widget/
CachingIconView.java 30 import android.widget.ImageView;
36 * An ImageView for displaying an Icon. Avoids reloading the Icon when possible.
39 public class CachingIconView extends ImageView {
MediaNotificationView.java 25 import android.widget.ImageView;
39 private ImageView mRightIcon;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileView.java 26 import android.widget.ImageView;
41 private ImageView mPadLock;
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
CrossfadeMultiple.java 29 import android.widget.ImageView;
39 ImageView mImageView;
56 mImageView = findViewById(R.id.imageview);
60 mCrossfade.addTarget(R.id.button).addTarget(R.id.textview).addTarget(R.id.imageview);
  /frameworks/support/core-ui/java/android/support/v4/widget/
CircleImageView.java 31 import android.widget.ImageView;
38 class CircleImageView extends ImageView {

Completed in 1779 milliseconds

<<21222324252627282930>>