HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoView (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 83 private PhotoView mPhotoView;
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.setOpenedItem(itemPath)
    [all...]
SinglePhotoDataAdapter.java 50 private PhotoView mPhotoView;
58 mPhotoView = Utils.checkNotNull(view);
121 mPhotoView.notifyImageInvalidated(0);
132 mPhotoView.notifyOnNewImage();
133 mPhotoView.notifyImageInvalidated(0); // the current image
PhotoDataAdapter.java 138 private final PhotoView mPhotoView;
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.notifyOnNewImage()
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 69 private QuickContactBadge mPhotoView;
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.assignContactUri(lookupUri)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 50 private ImageView mPhotoView;
111 mPhotoView = (ImageView) mAboutTab.findViewById(R.id.photo);
281 ContactDetailDisplayUtils.setPhoto(mContext, contactData, mPhotoView);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 135 private ImageView mPhotoView;
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) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 97 private ImageView mPhotoView;
250 mPhotoView = (ImageView) findViewById(R.id.photo);
450 mPhotoView.setImageBitmap(photoBitmap);
    [all...]

Completed in 269 milliseconds