HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoSize (Results 1 - 4 of 4) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 48 private final int mPhotoSize;
59 mPhotoSize = (int) (PHOTO_SIZE_DIP * mResources.getDisplayMetrics().density + 0.5f);
85 d.setBounds(0, 0, mPhotoSize, mPhotoSize);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 72 private final int mPhotoSize;
91 mPhotoSize = getPhotoSize(mContext);
237 intent.putExtra("outputX", mPhotoSize);
238 intent.putExtra("outputY", mPhotoSize);
265 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize,
283 Rect rectDest = new Rect(0, 0, mPhotoSize, mPhotoSize);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java 145 private final int mPhotoSize;
180 mPhotoSize = mContext.getResources().getDimensionPixelSize(R.dimen.contact_photo_size);
414 mPhotoSize, false /* darkTheme */, true /* isCircular */, request);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 194 private Size mPhotoSize;
281 mPhotoSize = null;
673 mActiveArray, mPreviewSize, mPhotoSize)
    [all...]

Completed in 519 milliseconds