OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:displayPhoto
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragment.java
137
public void
displayPhoto
(final Rect viewRect, final Uri photoUri) {
AttachmentGridView.java
41
void
displayPhoto
(final Rect viewRect, final Uri photoUri);
68
mHost.
displayPhoto
(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java
187
Bitmap
displayPhoto
= photoProcessor.getDisplayPhoto();
188
int width =
displayPhoto
.getWidth();
189
int height =
displayPhoto
.getHeight();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java
88
void
displayPhoto
(Uri photoUri, Rect imageBounds, boolean isDraft);
[
all
...]
ConversationFragment.java
659
public void
displayPhoto
(final Uri photoUri, final Rect imageBounds, final boolean isDraft) {
660
displayPhoto
(photoUri, imageBounds, isDraft, mConversationId, getActivity());
663
public static void
displayPhoto
(final Uri photoUri, final Rect imageBounds,
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java
354
displayPhoto
(result);
380
displayPhoto
(result);
397
private void
displayPhoto
(BitmapResult result) {
Completed in 3638 milliseconds