Searched refs:mPhotoView (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | PhotoPage.java | 83 private PhotoView mPhotoView; field in PhotoPage 134 mPhotoView.layout(0, 0, right - left, bottom - top); 174 mPhotoView = new PhotoView(mActivity); in onCreate() 175 mPhotoView.setPhotoTapListener(this); in onCreate() 176 mRootPane.addComponent(mPhotoView); in onCreate() 191 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex); in onCreate() 193 mPhotoView.setModel(mModel); in onCreate() 240 mModel = new SinglePhotoDataAdapter(mActivity, mPhotoView, mediaItem); in onCreate() 241 mPhotoView.setModel(mModel); in onCreate() 259 mPhotoView.setOpenedItem(itemPath); in onCreate() [all …]
|
D | SinglePhotoDataAdapter.java | 50 private PhotoView mPhotoView; field in SinglePhotoDataAdapter 58 mPhotoView = Utils.checkNotNull(view); in SinglePhotoDataAdapter() 121 mPhotoView.notifyImageInvalidated(0); in onDecodeLargeComplete() 132 mPhotoView.notifyOnNewImage(); in onDecodeThumbComplete() 133 mPhotoView.notifyImageInvalidated(0); // the current image in onDecodeThumbComplete()
|
D | PhotoDataAdapter.java | 138 private final PhotoView mPhotoView; field in PhotoDataAdapter 163 mPhotoView = Utils.checkNotNull(view); in PhotoDataAdapter() 208 mPhotoView.notifyImageInvalidated(i); in fireModelInvalidated() 238 mPhotoView.notifyImageInvalidated(i); in updateScreenNail() 261 mPhotoView.notifyImageInvalidated(0); in updateFullImage() 276 mPhotoView.notifyModelInvalidated(); in resume() 326 mPhotoView.notifyOnNewImage(); in updateCurrentIndex() 748 mPhotoView.notifyOnNewImage(); in updateCurrentItem() 749 mPhotoView.startSlideInAnimation(PhotoView.TRANS_SLIDE_IN_LEFT); in updateCurrentItem() 751 mPhotoView.notifyOnNewImage(); in updateCurrentItem() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | ContactHeaderWidget.java | 69 private QuickContactBadge mPhotoView; field in ContactHeaderWidget 178 mPhotoView = (QuickContactBadge) findViewById(R.id.photo); in ContactHeaderWidget() 204 mPhotoView.setOnClickListener(this); in enableClickListeners() 216 mListener.onPhotoClick(mPhotoView); in performPhotoClick() 256 mPhotoView.assignContactUri((Uri) cookie); in onQueryComplete() 291 mPhotoView.assignContactFromPhone(phoneNumber, true); in onQueryComplete() 307 mPhotoView.assignContactFromEmail(emailAddress, true); in onQueryComplete() 362 mPhotoView.assignContactUri(uri); in setContactUri() 371 mPhotoView.setImageBitmap(bitmap); in setPhoto() 382 mPhotoView.assignContactUri(lookupUri); in setPhotoId() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 131 private ImageView mPhotoView; field in ContactListItemView 470 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView; in onLayout() 660 } else if (mPhotoView != null) { in ensurePhotoViewSize() 782 if (mPhotoView == null) { in getPhotoView() 784 mPhotoView = new ImageView(mContext, null, QUICK_CONTACT_BADGE_STYLE); in getPhotoView() 786 mPhotoView = new ImageView(mContext); in getPhotoView() 789 mPhotoView.setBackgroundDrawable(null); in getPhotoView() 790 addView(mPhotoView); in getPhotoView() 793 return mPhotoView; in getPhotoView() 815 if (mPhotoView != null) { in removePhotoView() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | ContactDetailTabCarousel.java | 50 private ImageView mPhotoView; field in ContactDetailTabCarousel 111 mPhotoView = (ImageView) mAboutTab.findViewById(R.id.photo); in onFinishInflate() 271 ContactDetailDisplayUtils.setPhoto(mContext, contactData, mPhotoView); in loadData()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ConfirmAddDetailActivity.java | 97 private ImageView mPhotoView; field in ConfirmAddDetailActivity 250 mPhotoView = (ImageView) findViewById(R.id.photo); in onCreate() 450 mPhotoView.setImageBitmap(photoBitmap); in onQueryComplete()
|