Home
last modified time | relevance | path

Searched refs:mPhoto (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactTileView.java40 private ImageView mPhoto; field in ContactTileView
52 mPhoto = (ImageView) findViewById(R.id.contact_tile_image); in onFinishInflate()
97 if (mPhoto != null) {
99 mPhoto,
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/
DPresentTestFragment.java212 Log.d(TAG, "Showing presentation photo #" + contents.mPhoto in showPresentation()
332 int photo = mContents.mPhoto; in onCreate()
354 private int mPhoto; field in PresentTestFragment.DemoPresentationContents
371 this.mPhoto = photo; in DemoPresentationContents()
376 mPhoto = in.readInt(); in DemoPresentationContents()
387 dest.writeInt(mPhoto); in writeToParcel()
/packages/apps/EmergencyInfo/src/com/android/emergency/
DEmergencyContactManager.java137 private final Bitmap mPhoto; field in EmergencyContactManager.Contact
151 mPhoto = photo; in Contact()
185 return mPhoto; in getPhoto()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java365 RectF mPhoto = null; field in CropActivity.BitmapIOTask
393 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()
/packages/apps/Email/src/com/android/email/activity/
DContactStatusLoader.java68 public final Bitmap mPhoto; field in ContactStatusLoader.Result
77 mPhoto = photo; in Result()