HomeSort by relevance Sort by last modified time
    Searched refs:ImageView (Results 901 - 925 of 1137) sorted by null

<<31323334353637383940>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 35 import android.widget.ImageView;
42 public class MtpImageView extends ImageView {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
ProvisioningActivity.java 38 import android.widget.ImageView;
319 ImageView imageView = layout.findViewById(R.id.animation);
322 imageView.setImageResource(R.drawable.enterprise_do_animation);
325 imageView.setImageResource(R.drawable.enterprise_wp_animation);
327 mAnimatedVectorDrawable = (AnimatedVectorDrawable) imageView.getDrawable();
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsCategory.java 36 import android.widget.ImageView;
290 ((ImageView) view.findViewById(R.id.app_icon)).setImageDrawable(
  /packages/apps/Settings/src/com/android/settings/widget/
EntityHeaderController.java 43 import android.widget.ImageView;
247 ImageView iconView = mHeader.findViewById(R.id.entity_header_icon);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 39 import android.widget.ImageView;
41 import android.widget.ImageView.ScaleType;
181 private final ImageView tab;
183 private final ImageView target;
198 tab = new ImageView(parent.getContext());
213 target = new ImageView(parent.getContext());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 73 import android.widget.ImageView;
456 private ImageView mBackgroundView;
457 private ImageView mScreenshotView;
458 private ImageView mScreenshotFlash;
483 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
484 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot);
485 mScreenshotFlash = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_flash);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 54 import android.widget.ImageView;
121 private ImageView mAlertDismissIcon;
247 // Don't use a QuickContactBadge. Just use a regular ImageView. Using a QuickContactBadge
436 final ImageView image = (ImageView) emptyHomeView.findViewById(R.id.empty_home_image);
455 final ImageView image = (ImageView) emptyAccountView.findViewById(R.id.empty_account_image);
507 mAlertDismissIcon = (ImageView) mAlertContainer.findViewById(R.id.alert_dismiss_icon);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 38 import android.widget.ImageView;
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 42 import android.widget.ImageView;
466 ImageView image = (ImageView) photo;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 64 import android.widget.ImageView;
    [all...]
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
AlertDialogTest.java 69 import android.widget.ImageView;
94 * <code>ImageView</code> which is a sibling of a title view.</li>
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogListItemViewHolder.java 52 import android.widget.ImageView;
132 public final ImageView primaryActionButtonView;
164 public ImageView workIconView;
165 public ImageView checkBoxView;
263 ImageView primaryActionButtonView) {
287 this.workIconView = (ImageView) rootView.findViewById(R.id.work_profile_icon);
288 this.checkBoxView = (ImageView) rootView.findViewById(R.id.quick_contact_checkbox);
357 (ImageView) view.findViewById(R.id.primary_action_button));
389 new ImageView(context));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 57 import android.widget.ImageView;
171 ((ImageView) mOverlay.findViewById(R.id.left)).setImageTintList(tintList);
172 ((ImageView) mOverlay.findViewById(R.id.right)).setImageTintList(tintList);
173 ((ImageView) mBottomOverlay.findViewById(R.id.left)).setImageTintList(tintList);
174 ((ImageView) mBottomOverlay.findViewById(R.id.right)).setImageTintList(tintList);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 55 import android.widget.ImageView;
632 ImageView shortcutIcon = (ImageView) shortcutView
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 51 import android.widget.ImageView;
215 public void applyToView(ImageView view) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 72 import android.widget.ImageView;
116 private ImageView mReview;
703 mLeftIndicator = (ImageView) findViewById(R.id.pano_pan_left_indicator);
704 mRightIndicator = (ImageView) findViewById(R.id.pano_pan_right_indicator);
722 mReview = (ImageView) findViewById(R.id.pano_reviewarea);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 66 import android.widget.ImageView;
147 final ImageView mScreenshotView;
148 final ImageView mBlackLayer;
218 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot);
223 mBlackLayer = (ImageView) mScreenshotLayout.findViewById(R.id.blacklayer);
652 // Convert to a software bitmap so it can be set in an ImageView.
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 58 import android.widget.ImageView;
103 ImageView mAdminIcon;
108 ImageView mAddMsgExpander;
283 mAdminIcon = (ImageView)findViewById(R.id.admin_icon);
289 mAddMsgExpander = (ImageView) findViewById(R.id.add_msg_expander);
  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
ScheduleRowPresenter.java 34 import android.widget.ImageView;
103 private ImageView mSecondActionView;
104 private ImageView mFirstActionView;
141 mSecondActionView = (ImageView) view.findViewById(R.id.action_second);
143 mFirstActionView = (ImageView) view.findViewById(R.id.action_first);
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 45 import android.widget.ImageView;
102 private ImageView mChannelLogoImageView;
104 private ImageView mTvInputLogoImageView;
238 mChannelLogoImageView = (ImageView) findViewById(R.id.channel_logo);
240 mTvInputLogoImageView = (ImageView) findViewById(R.id.tvinput_logo);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 31 import android.widget.ImageView;
64 private ImageView mFormatView;
92 mFormatView = (ImageView) findViewById(R.id.format_view);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 37 import android.widget.ImageView;
210 ImageView status = (ImageView) item.findViewById(R.id.nls_status);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java 30 import android.widget.ImageView;
374 ImageView statusView = (ImageView) item.findViewById(R.id.vr_status);
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 41 import android.widget.ImageView;
612 ImageView view = new ImageView(getContext());
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 39 import android.widget.ImageView;
54 final View view = new ImageView(mInstrumentation.getTargetContext());
80 final View view = new ImageView(mInstrumentation.getTargetContext());

Completed in 973 milliseconds

<<31323334353637383940>>