OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhoto
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
AssetFragment.java
35
private ImageView
mPhoto
;
42
mPhoto
= (ImageView) view.findViewById(R.id.photo);
47
mPhoto
.setImageBitmap(bitmap);
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/fragments/
AssetFragment.java
35
private ImageView
mPhoto
;
42
mPhoto
= (ImageView) view.findViewById(R.id.photo);
47
mPhoto
.setImageBitmap(bitmap);
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
AssetFragment.java
35
private ImageView
mPhoto
;
42
mPhoto
= (ImageView) view.findViewById(R.id.photo);
47
mPhoto
.setImageBitmap(bitmap);
/packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java
52
private PhotoEditorView
mPhoto
;
79
mPhoto
= (PhotoEditorView)findViewById(R.id.edit_photo);
80
mPhoto
.setEnabled(isEnabled());
105
mPhoto
.setPhotoEntry(bitmap);
113
mPhoto
.setFullSizedPhoto(uri);
117
mPhoto
.setVisibility(hasPhotoEditor ? View.VISIBLE : View.GONE);
124
return
mPhoto
.hasSetPhoto();
128
return
mPhoto
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java
42
private ImageView
mPhoto
;
63
mPhoto
= (ImageView) findViewById(R.id.contact_tile_image);
131
if (
mPhoto
!= null) {
132
mPhotoManager.loadPhoto(
mPhoto
, entry.photoUri, getApproximateImageSize(),
175
return
mPhoto
;
/packages/apps/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java
124
private final Bitmap
mPhoto
;
138
mPhoto
= photo;
172
return
mPhoto
;
/packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java
68
public final Bitmap
mPhoto
;
77
mPhoto
= photo;
/packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java
331
private byte[]
mPhoto
;
356
return
mPhoto
;
371
mPhoto
= photo;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
365
RectF
mPhoto
= null;
393
mPhoto
= photoBounds;
426
if (mCrop != null &&
mPhoto
!= null && mOrig != null) {
427
RectF trueCrop = CropMath.getScaledCropBounds(mCrop,
mPhoto
, mOrig);
441
Bitmap ret = getCroppedImage(img, mCrop,
mPhoto
);
465
RectF trueCrop = CropMath.getScaledCropBounds(mCrop,
mPhoto
, mOrig);
Completed in 457 milliseconds