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

<<21222324252627282930>>

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 34 import android.widget.ImageView;
95 private ImageView mSecondLevelIcon;
96 private ImageView mCloseIcon;
189 private ImageView addImageButton(Context context, int resourceId, boolean rotatable) {
190 ImageView view;
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 37 import android.widget.ImageView;
83 private final ImageView mTrackImageView;
84 private final ImageView mThumbImageView;
148 mTrackImageView = (ImageView) inflator.inflate(R.layout.fastscroll_track, null);
149 mThumbImageView = (ImageView) inflator.inflate(R.layout.fastscroll_thumb, null);
  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 46 import android.widget.ImageView;
73 protected ImageView mFingerprintIcon;
98 mFingerprintIcon = (ImageView) view.findViewById(R.id.fingerprintIcon);
248 ImageView imageView = (ImageView) baseView.findViewById(R.id.background_image);
249 if (imageView != null) {
254 imageView.setImageDrawable(image);
257 imageView.setLayoutParams(new FrameLayout.LayoutParams(
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 43 import android.widget.ImageView;
77 private ImageView mLeftMoreButton;
79 private ImageView mRightMoreButton;
255 mLeftMoreButton = (ImageView)mViewBody.findViewById(R.id.left_more_imageview);
280 mRightMoreButton = (ImageView)mViewBody.findViewById(R.id.right_more_imageview);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 40 import android.widget.ImageView;
103 ImageView mVpn, mEthernet, mWifi, mAirplane, mNoSims, mEthernetDark, mWifiDark, mNoSimsDark;
104 ImageView mWifiActivityIn;
105 ImageView mWifiActivityOut;
556 private void setIconForView(ImageView imageView, @DrawableRes int iconId) {
557 // Using the imageView's context to retrieve the Drawable so that theme is preserved.
558 Drawable icon = imageView.getContext().getDrawable(iconId);
560 setScaledIcon(imageView, icon);
563 private void setScaledIcon(ImageView imageView, Drawable icon)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java 46 import android.widget.ImageView;
107 private final ImageView mExpandActivityOverflowButtonImage;
117 private final ImageView mDefaultActivityButtonImage;
244 mDefaultActivityButtonImage = (ImageView) mDefaultActivityButton.findViewById(R.id.image);
275 (ImageView) expandButton.findViewById(R.id.image);
768 ImageView iconView = (ImageView) convertView.findViewById(R.id.icon);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CallComposerActivity.java 45 import android.widget.ImageView;
116 private ImageView cameraIcon;
117 private ImageView galleryIcon;
118 private ImageView messageIcon;
146 cameraIcon = (ImageView) findViewById(R.id.call_composer_camera);
147 galleryIcon = (ImageView) findViewById(R.id.call_composer_photo);
148 messageIcon = (ImageView) findViewById(R.id.call_composer_message);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 49 import android.widget.ImageView;
85 private final ImageView mImageView;
93 public EditUserPhotoController(Fragment fragment, ImageView view,
468 final ImageView image = (ImageView) view.findViewById(R.id.restricted_icon);
472 ImageView.VISIBLE : ImageView.GONE);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 61 import android.widget.ImageView;
232 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
246 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
261 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
285 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
395 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image)
    [all...]
AdapterViewTest.java 53 import android.widget.ImageView;
166 ImageView emptyView = new ImageView(mActivity);
187 emptyView = new ImageView(mActivity);
197 emptyView = new ImageView(mActivity);
342 mAdapterView.getPositionForView(new ImageView(mActivity)));
SimpleCursorAdapterTest.java 45 import android.widget.ImageView;
169 fail("Should throw IllegalStateException if the view is not TextView or ImageView");
212 ImageView view = new ImageView(mContext);
222 view = new ImageView(mContext);
228 view = new ImageView(mContext);
239 view = new ImageView(mContext);
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 58 import android.widget.ImageView;
563 ImageView play_indicator;
564 ImageView icon;
630 ImageView iv = (ImageView) v.findViewById(R.id.icon);
637 vh.play_indicator = (ImageView) v.findViewById(R.id.play_indicator);
638 vh.icon = (ImageView) v.findViewById(R.id.icon);
651 vh.play_indicator = (ImageView) v.findViewById(R.id.play_indicator);
652 vh.icon = (ImageView) v.findViewById(R.id.icon);
730 ImageView iv = vh.icon
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 46 import android.widget.ImageView;
47 import android.widget.ImageView.ScaleType;
135 private ImageView mPhotoView;
141 private ImageView mPresenceIcon;
142 private ImageView mCallToAction;
143 private ImageView mWorkProfileIcon;
356 mCallToAction = new ImageView(getContext());
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 49 import android.widget.ImageView;
50 import android.widget.ImageView.ScaleType;
185 private ImageView mPhotoView;
192 private ImageView mPresenceIcon;
195 private ImageView mVideoCallIcon;
196 private ImageView mWorkProfileIcon;
392 mVideoCallIcon = new ImageView(getContext());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivity.java 61 import android.widget.ImageView;
107 private ImageView mExpandButton;
433 final ImageView actionView = (ImageView) inflater.inflate(
450 final ImageView actionView = (ImageView) mActionsGroup.getChildAt(i);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 39 import android.widget.ImageView;
268 ImageView contactPhoto = (ImageView) getActivity().findViewById(R.id.contact_photo);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 34 import android.widget.ImageView;
48 private ImageView mImageView;
80 mImageView = (ImageView) findViewById(R.id.imageView);
143 // Invoke renderScript kernel and update imageView
261 * update ImageView UI.</p>
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 39 import android.widget.ImageView;
110 ImageView imageView = (ImageView) view.findViewById(R.id.imageView);
126 imageView.setImageBitmap(attraction.image);
129 imageView.setImageBitmap(attraction.secondaryImage);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 39 import android.widget.ImageView;
268 ImageView contactPhoto = (ImageView) getActivity().findViewById(R.id.contact_photo);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 34 import android.widget.ImageView;
48 private ImageView mImageView;
80 mImageView = (ImageView) findViewById(R.id.imageView);
143 // Invoke renderScript kernel and update imageView
261 * update ImageView UI.</p>
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 39 import android.widget.ImageView;
110 ImageView imageView = (ImageView) view.findViewById(R.id.imageView);
126 imageView.setImageBitmap(attraction.image);
129 imageView.setImageBitmap(attraction.secondaryImage);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 42 import android.widget.ImageView;
64 private ImageView mDataIndicator;
140 mDataIndicator = (ImageView) findViewById(R.id.data_ind);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 27 import android.widget.ImageView;
49 private ImageView mDisplayView;
124 mDisplayView = (ImageView) findViewById(R.id.display);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 39 import android.widget.ImageView;
268 ImageView contactPhoto = (ImageView) getActivity().findViewById(R.id.contact_photo);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 26 import android.widget.ImageView;
41 private ImageView mImageView;
77 mImageView = (ImageView) findViewById(R.id.imageView);
146 * Invoke renderScript kernel and update imageView
278 * Once all operation is finished at onPostExecute() in UI thread, it can invalidate and update ImageView UI.

Completed in 877 milliseconds

<<21222324252627282930>>