Searched defs:mPhotoView (Results 1 - 10 of 10) 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/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/editor/
H A DRawContactEditorView.java219 private PhotoEditorView mPhotoView; field in class:RawContactEditorView
260 mPhotoView = (PhotoEditorView) findViewById(R.id.photo_editor);
308 mPhotoView.setListener(listener);
316 mPhotoView.removePhoto();
323 mPhotoView.setFullSizedPhoto(photoUri);
349 mPhotoView.setFullSizedPhoto(photoUri);
373 return mPhotoView.isWritablePhotoSet();
840 mPhotoView.setVisibility(GONE);
843 mPhotoView.setVisibility(VISIBLE);
851 mPhotoView
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java185 private ImageView mPhotoView; field in class:ContactListItemView
202 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding
207 * Can be effective even when {@link #mPhotoView} is null, as we want to have vertical padding.
212 * Only effective when {@link #mPhotoView} is null.
218 * Only effective when {@link #mPhotoView} is null.
688 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView;
920 if (!mQuickContactEnabled && mPhotoView == null) {
1076 if (mPhotoView == null) {
1077 mPhotoView = new ImageView(getContext());
1078 mPhotoView
[all...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java289 private QuickContactImageView mPhotoView; field in class:QuickContactActivity
843 mPhotoView = (QuickContactImageView) findViewById(R.id.photo);
1120 mPhotoView.setIsBusiness(mContactData.isDisplayNameFromOrganization());
1121 mPhotoSetter.setupContactPhoto(data, mPhotoView);
2199 final Drawable imageViewDrawable = mPhotoView.getDrawable();
2243 if (imageViewDrawable == mPhotoView.getDrawable()) {
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java109 private QuickContactImageView mPhotoView; field in class:MultiShrinkScroller
322 mPhotoView = (QuickContactImageView) findViewById(R.id.photo);
1148 mPhotoView.setTint(mHeaderTintColor);
1150 if (mIsTwoPanel && !mPhotoView.isBasedOffLetterTile()) {
1169 mPhotoView.clearColorFilter();
1173 if (!mPhotoView.isBasedOffLetterTile()) {
1213 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix));
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java134 private ImageView mPhotoView; field in class:ContactListItemView
146 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding
151 * Can be effective even when {@link #mPhotoView} is null, as we want to have vertical padding.
155 * Only effective when {@link #mPhotoView} is null. When true all the Views on the right side of
159 /** Only effective when {@link #mPhotoView} is null. */
590 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView;
801 if (!mQuickContactEnabled && mPhotoView == null) {
904 if (mPhotoView == null) {
905 mPhotoView = new ImageView(getContext());
906 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 208 milliseconds