Searched refs:mPhoto (Results 1 – 4 of 4) sorted by relevance
40 private ImageView mPhoto; field in ContactTileView52 mPhoto = (ImageView) findViewById(R.id.contact_tile_image); in onFinishInflate()97 if (mPhoto != null) {99 mPhoto,
212 Log.d(TAG, "Showing presentation photo #" + contents.mPhoto in showPresentation()332 int photo = mContents.mPhoto; in onCreate()354 private int mPhoto; field in PresentTestFragment.DemoPresentationContents371 this.mPhoto = photo; in DemoPresentationContents()376 mPhoto = in.readInt(); in DemoPresentationContents()387 dest.writeInt(mPhoto); in writeToParcel()
137 private final Bitmap mPhoto; field in EmergencyContactManager.Contact151 mPhoto = photo; in Contact()185 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()