Searched refs:mPhotoView (Results 1 – 7 of 7) sorted by relevance
129 private PhotoView mPhotoView; field in PhotoPage246 mPhotoView.layout(0, 0, right - left, bottom - top);260 mPhotoView = new PhotoView(mActivity); in onCreate()261 mPhotoView.setListener(this); in onCreate()262 mRootPane.addComponent(mPhotoView); in onCreate()314 if (!mPhotoView.getFilmMode()) { in onCreate()318 mPhotoView.switchToImage(1); in onCreate()320 if (mAppBridge != null) mPhotoView.setFilmMode(false); in onCreate()331 mPhotoView.switchToImage(1); in onCreate()340 if (!mPhotoView.getFilmMode() && mCurrentPhoto != null in onCreate()[all …]
51 private PhotoView mPhotoView; field in SinglePhotoDataAdapter61 mPhotoView = Utils.checkNotNull(view); in SinglePhotoDataAdapter()128 mPhotoView.notifyImageChange(0); in onDecodeLargeComplete()144 mPhotoView.notifyImageChange(0); in onDecodeThumbComplete()
143 private final PhotoView mPhotoView; field in PhotoDataAdapter176 mPhotoView = Utils.checkNotNull(view); in PhotoDataAdapter()287 mPhotoView.notifyDataChange(fromIndex, -mCurrentIndex, in fireDataChange()322 mPhotoView.notifyImageChange(i); in updateScreenNail()343 mPhotoView.notifyImageChange(0); in updateFullImage()
219 private PhotoEditorView mPhotoView; field in RawContactEditorView260 mPhotoView = (PhotoEditorView) findViewById(R.id.photo_editor); in onFinishInflate()308 mPhotoView.setListener(listener); in setPhotoListener()316 mPhotoView.removePhoto(); in removePhoto()323 mPhotoView.setFullSizedPhoto(photoUri); in setFullSizePhoto()349 mPhotoView.setFullSizedPhoto(photoUri); in updatePhoto()373 return mPhotoView.isWritablePhotoSet(); in isWritablePhotoSet()847 mPhotoView.setVisibility(GONE); in addPhotoView()850 mPhotoView.setVisibility(VISIBLE); in addPhotoView()858 mPhotoView.setVisibility(GONE); in addPhotoView()[all …]
182 private ImageView mPhotoView; field in ContactListItemView686 final View photoView = mQuickContact != null ? mQuickContact : mPhotoView; in onLayout()918 if (!mQuickContactEnabled && mPhotoView == null) { in ensurePhotoViewSize()1074 if (mPhotoView == null) { in getPhotoView()1075 mPhotoView = new ImageView(getContext()); in getPhotoView()1076 mPhotoView.setLayoutParams(getDefaultPhotoLayoutParams()); in getPhotoView()1078 mPhotoView.setBackground(null); in getPhotoView()1079 addView(mPhotoView); in getPhotoView()1082 return mPhotoView; in getPhotoView()1104 if (mPhotoView != null) { in removePhotoView()[all …]
109 private QuickContactImageView mPhotoView; field in MultiShrinkScroller322 mPhotoView = (QuickContactImageView) findViewById(R.id.photo); in initialize()1148 mPhotoView.setTint(mHeaderTintColor); in updatePhotoTintAndDropShadow()1150 if (mIsTwoPanel && !mPhotoView.isBasedOffLetterTile()) { in updatePhotoTintAndDropShadow()1169 mPhotoView.clearColorFilter(); in updatePhotoTintAndDropShadow()1173 if (!mPhotoView.isBasedOffLetterTile()) { in updatePhotoTintAndDropShadow()1213 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in updatePhotoTintAndDropShadow()
280 private QuickContactImageView mPhotoView; field in QuickContactActivity684 mPhotoView = (QuickContactImageView) findViewById(R.id.photo); in onCreate()952 mPhotoView.setIsBusiness(mContactData.isDisplayNameFromOrganization()); in bindContactData()953 mPhotoSetter.setupContactPhoto(data, mPhotoView); in bindContactData()1969 final Drawable imageViewDrawable = mPhotoView.getDrawable(); in extractAndApplyTintFromPhotoViewAsynchronously()2013 if (imageViewDrawable == mPhotoView.getDrawable()) { in extractAndApplyTintFromPhotoViewAsynchronously()