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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java51 private PhotoView mPhotoView; field in class:SinglePhotoDataAdapter
61 mPhotoView = Utils.checkNotNull(view);
128 mPhotoView.notifyImageChange(0);
144 mPhotoView.notifyImageChange(0);
H A DPhotoDataAdapter.java143 private final PhotoView mPhotoView; field in class:PhotoDataAdapter
176 mPhotoView = Utils.checkNotNull(view);
287 mPhotoView.notifyDataChange(fromIndex, -mCurrentIndex,
322 mPhotoView.notifyImageChange(i);
343 mPhotoView.notifyImageChange(0);
H A DPhotoPage.java129 private PhotoView mPhotoView; field in class:PhotoPage
246 mPhotoView.layout(0, 0, right - left, bottom - top);
260 mPhotoView = new PhotoView(mActivity);
261 mPhotoView.setListener(this);
262 mRootPane.addComponent(mPhotoView);
314 if (!mPhotoView.getFilmMode()) {
318 mPhotoView.switchToImage(1);
320 if (mAppBridge != null) mPhotoView.setFilmMode(false);
331 mPhotoView.switchToImage(1);
340 if (!mPhotoView
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java115 private ImageView mPhotoView; field in class:ConfirmAddDetailActivity
273 mPhotoView = (ImageView) findViewById(R.id.photo);
274 mPhotoView.setImageDrawable(ContactPhotoManager.getDefaultAvatarDrawableForContact(
478 mPhotoView.setImageBitmap(photoBitmap);
751 mPhotoView.setImageDrawable(ContactPhotoManager.getDefaultAvatarDrawableForContact(
/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/quickcontact/
H A DQuickContactActivity.java222 private QuickContactImageView mPhotoView; field in class:QuickContactActivity
730 mPhotoView = (QuickContactImageView) findViewById(R.id.photo);
942 mPhotoView.setIsBusiness(mContactData.isDisplayNameFromOrganization());
943 mPhotoSetter.setupContactPhoto(data, mPhotoView);
1900 final Drawable imageViewDrawable = mPhotoView.getDrawable();
1944 if (imageViewDrawable == mPhotoView.getDrawable()) {
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java106 private QuickContactImageView mPhotoView; field in class:MultiShrinkScroller
312 mPhotoView = (QuickContactImageView) findViewById(R.id.photo);
1081 if (mIsTwoPanel && !mPhotoView.isBasedOffLetterTile()) {
1100 mPhotoView.clearColorFilter();
1104 if (!mPhotoView.isBasedOffLetterTile()) {
1144 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix));
1148 mPhotoView.setTint(mHeaderTintColor);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java157 private ImageView mPhotoView; field in class:ContactListItemView
173 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding
178 * Can be effective even when {@link #mPhotoView} is null, as we want to have vertical padding.
183 * Only effective when {@link #mPhotoView} is null.
189 * Only effective when {@link #mPhotoView} is null.
534 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView;
705 if (!mQuickContactEnabled && mPhotoView == null) {
814 if (mPhotoView == null) {
815 mPhotoView = new ImageView(getContext());
816 mPhotoView
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java109 private MessageHeaderContactBadge mPhotoView; field in class:MessageHeaderView
256 mPhotoView = (MessageHeaderContactBadge) findViewById(R.id.photo);
257 mPhotoView.setQuickContactBadge(
614 setChildVisibility(VISIBLE, mPhotoView, mRecipientSummary);
633 setChildVisibility(normalVis, mPhotoView, mForwardButton, mOverflowButton);
653 setChildVisibility(GONE, mPhotoView);
656 setChildVisibility(VISIBLE, mPhotoView);
832 mPhotoView.setImageToDefault();
833 mPhotoView.setContentDescription(getResources().getString(
845 mPhotoView
[all...]

Completed in 568 milliseconds