Searched refs:mPhoto (Results 1 – 6 of 6) sorted by relevance
52 private PhotoEditorView mPhoto; field in BaseRawContactEditorView79 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo); in onFinishInflate()80 mPhoto.setEnabled(isEnabled()); in onFinishInflate()105 mPhoto.setPhotoEntry(bitmap); in setPhotoEntry()113 mPhoto.setFullSizedPhoto(uri); in setFullSizedPhoto()117 mPhoto.setVisibility(hasPhotoEditor ? View.VISIBLE : View.GONE); in setHasPhotoEditor()124 return mPhoto.hasSetPhoto(); in hasSetPhoto()128 return mPhoto; in getPhotoEditor()
42 private ImageView mPhoto; field in ContactTileView63 mPhoto = (ImageView) findViewById(R.id.contact_tile_image); in onFinishInflate()131 if (mPhoto != null) {132 mPhotoManager.loadPhoto(mPhoto, entry.photoUri, getApproximateImageSize(),175 return mPhoto;
124 private final Bitmap mPhoto; field in EmergencyContactManager.Contact138 mPhoto = photo; in Contact()172 return mPhoto; in getPhoto()
365 RectF mPhoto = null; field in CropActivity.BitmapIOTask393 mPhoto = photoBounds; in BitmapIOTask()426 if (mCrop != null && mPhoto != null && mOrig != null) { in doInBackground()427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig); in doInBackground()441 Bitmap ret = getCroppedImage(img, mCrop, mPhoto); in doInBackground()465 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig); in doInBackground()
68 public final Bitmap mPhoto; field in ContactStatusLoader.Result77 mPhoto = photo; in Result()
331 private byte[] mPhoto; field in SuggestedMemberListAdapter.SuggestedMember356 return mPhoto; in getPhotoByteArray()371 mPhoto = photo; in setPhotoByteArray()