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

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailPhotoSetter.java 49 private final Bitmap mPhotoBitmap;
57 mPhotoBitmap = photoBitmap;
86 photoUri, mPhotoBitmap, mPhotoBytes, rect, delta, mContactData.isUserProfile(),
90 if (mPhotoBitmap != null) {
92 photoUri, mPhotoBitmap, mPhotoBytes);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 57 private Bitmap mPhotoBitmap;
74 mPhotoBitmap =
185 if (canvas == null || mPhotoBitmap == null) {
191 int photoWidth = mPhotoBitmap.getWidth();
192 int photoHeight = mPhotoBitmap.getHeight();
213 canvas.drawBitmap(mPhotoBitmap, null, drawRect, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 236 private Bitmap mPhotoBitmap = null;
554 mPhotoBitmap = photoBitmap;
736 if (mPhotoBitmap != null) {
    [all...]

Completed in 288 milliseconds