Searched defs:mPhotoView (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java50 private PhotoView mPhotoView; field in class:SinglePhotoDataAdapter
58 mPhotoView = Utils.checkNotNull(view);
121 mPhotoView.notifyImageInvalidated(0);
132 mPhotoView.notifyOnNewImage();
133 mPhotoView.notifyImageInvalidated(0); // the current image
H A DPhotoPage.java83 private PhotoView mPhotoView; field in class:PhotoPage
134 mPhotoView.layout(0, 0, right - left, bottom - top);
174 mPhotoView = new PhotoView(mActivity);
175 mPhotoView.setPhotoTapListener(this);
176 mRootPane.addComponent(mPhotoView);
191 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex);
193 mPhotoView.setModel(mModel);
240 mModel = new SinglePhotoDataAdapter(mActivity, mPhotoView, mediaItem);
241 mPhotoView.setModel(mModel);
259 mPhotoView
[all...]
H A DPhotoDataAdapter.java138 private final PhotoView mPhotoView; field in class:PhotoDataAdapter
163 mPhotoView = Utils.checkNotNull(view);
208 mPhotoView.notifyImageInvalidated(i);
238 mPhotoView.notifyImageInvalidated(i);
261 mPhotoView.notifyImageInvalidated(0);
276 mPhotoView.notifyModelInvalidated();
326 mPhotoView.notifyOnNewImage();
748 mPhotoView.notifyOnNewImage();
749 mPhotoView.startSlideInAnimation(PhotoView.TRANS_SLIDE_IN_LEFT);
751 mPhotoView
[all...]
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailTabCarousel.java50 private ImageView mPhotoView; field in class:ContactDetailTabCarousel
111 mPhotoView = (ImageView) mAboutTab.findViewById(R.id.photo);
281 ContactDetailDisplayUtils.setPhoto(mContext, contactData, mPhotoView);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java97 private ImageView mPhotoView; field in class:ConfirmAddDetailActivity
250 mPhotoView = (ImageView) findViewById(R.id.photo);
450 mPhotoView.setImageBitmap(photoBitmap);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java69 private QuickContactBadge mPhotoView; field in class:ContactHeaderWidget
178 mPhotoView = (QuickContactBadge) findViewById(R.id.photo);
204 mPhotoView.setOnClickListener(this);
216 mListener.onPhotoClick(mPhotoView);
256 mPhotoView.assignContactUri((Uri) cookie);
291 mPhotoView.assignContactFromPhone(phoneNumber, true);
307 mPhotoView.assignContactFromEmail(emailAddress, true);
362 mPhotoView.assignContactUri(uri);
371 mPhotoView.setImageBitmap(bitmap);
382 mPhotoView
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java135 private ImageView mPhotoView; field in class:ContactListItemView
152 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding
157 * Can be effective even when {@link #mPhotoView} is null, as we want to have vertical padding.
162 * Only effective when {@link #mPhotoView} is null.
168 * Only effective when {@link #mPhotoView} is null.
522 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView;
713 } else if (mPhotoView != null) {
835 if (mPhotoView == null) {
837 mPhotoView = new ImageView(mContext, null, QUICK_CONTACT_BADGE_STYLE);
839 mPhotoView
[all...]

Completed in 237 milliseconds