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

<<31323334353637383940>>

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSimPukView.java 35 import android.widget.ImageView;
58 private ImageView mSimImageView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 31 import android.widget.ImageView;
267 public void replaceDrawable(ImageView v, ComponentName component, String name,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetail.java 32 import android.widget.ImageView;
63 protected ImageView mQsDetailHeaderProgress;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BatterySaverTile.java 33 import android.widget.ImageView;
187 ((ImageView) mCurrentView.findViewById(android.R.id.icon)).setImageDrawable(mDrawable);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 43 import android.widget.ImageView;
54 public class KeyButtonView extends ImageView implements ButtonInterface {
74 // Just an old-fashioned ImageView
237 // no key code, just a regular ImageView
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 29 import android.widget.ImageView;
67 private ImageView mDisplayView;
  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationItemView.java 39 import android.widget.ImageView;
58 private ImageView mIcon;
  /frameworks/support/transition/tests/src/android/support/transition/
TransitionInflaterTest.java 34 import android.widget.ImageView;
161 assertEquals(ImageView.class, targets.get(1));
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 33 import android.widget.ImageView;
260 setScaleType(ImageView.ScaleType.MATRIX);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 35 import android.widget.ImageView;
42 public class MtpImageView extends ImageView {
  /packages/apps/Settings/src/com/android/settings/applications/
AppHeaderController.java 38 import android.widget.ImageView;
179 ImageView iconView = mAppHeader.findViewById(R.id.app_detail_icon);
AppOpsCategory.java 36 import android.widget.ImageView;
306 ((ImageView)view.findViewById(R.id.app_icon)).setImageDrawable(
  /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/globalactions/
GlobalActionsDialog.java 69 import android.widget.ImageView;
70 import android.widget.ImageView.ScaleType;
839 ImageView icon = (ImageView) v.findViewById(R.id.icon);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
LegacyGlobalActions.java 71 import android.widget.ImageView;
72 import android.widget.ImageView.ScaleType;
842 ImageView icon = (ImageView) v.findViewById(R.id.icon);
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 58 import android.widget.ImageView;
499 ImageView play_indicator;
500 ImageView icon;
567 vh.play_indicator = (ImageView) v.findViewById(R.id.play_indicator);
568 vh.icon = (ImageView) v.findViewById(R.id.icon);
594 ImageView iv = vh.icon;
  /packages/apps/TV/src/com/android/tv/onboarding/
WelcomeFragment.java 32 import android.widget.ImageView;
581 private ImageView mTvContentView;
582 private ImageView mArrowView;
671 animator = SetupAnimationHelper.createFrameAnimator((ImageView) view, TV_FRAMES_1_START);
698 mTvContentView = (ImageView) view.findViewById(R.id.tv_content);
705 mArrowView = (ImageView) inflater.inflate(R.layout.onboarding_welcome_foreground, container,
  /frameworks/base/core/java/android/widget/
SearchView.java 112 private final ImageView mSearchButton;
113 private final ImageView mGoButton;
114 private final ImageView mCloseButton;
115 private final ImageView mVoiceButton;
125 private final ImageView mCollapsedIcon;
278 mSearchButton = (ImageView) findViewById(R.id.search_button);
279 mGoButton = (ImageView) findViewById(R.id.search_go_btn);
280 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
281 mVoiceButton = (ImageView) findViewById(R.id.search_voice_btn);
282 mCollapsedIcon = (ImageView) findViewById(R.id.search_mag_icon)
    [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 62 import android.widget.ImageView;
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AlertDialogTest.java 72 import android.widget.ImageView;
91 * <code>ImageView</code> which is a sibling of a title view.</li>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 55 import android.widget.ImageView;
629 ImageView shortcutIcon = (ImageView) shortcutView
651 ImageView shortcutKeyIconView = (ImageView) inflater.inflate(
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 43 import android.widget.ImageView;
94 private ImageView mLargeContactPhotoView;
95 private ImageView mSmallContactPhotoView;
144 mLargeContactPhotoView = (ImageView) view.findViewById(R.id.large_contact_photo);
145 mSmallContactPhotoView = (ImageView) view.findViewById(R.id.small_contact_photo);
323 // Show the primary contact photo in the large ImageView on the right if there is no
324 // secondary call. Otherwise, show it in the small ImageView that is inside the card.
    [all...]

Completed in 1064 milliseconds

<<31323334353637383940>>