OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagestream
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java
246
InputStream
imageStream
= null;
248
imageStream
= mContext.getContentResolver()
250
return BitmapFactory.decodeStream(
imageStream
);
255
if (
imageStream
!= null) {
257
imageStream
.close();
270
InputStream
imageStream
= mContext.getContentResolver()
272
fullImage = BitmapFactory.decodeStream(
imageStream
);
/packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java
97
final InputStream
imageStream
= context.getContentResolver().openInputStream(uri);
99
return BitmapFactory.decodeStream(
imageStream
);
101
Closeables.closeQuietly(
imageStream
);
/packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java
234
InputStream
imageStream
= Contacts.openContactPhotoInputStream(
236
if (
imageStream
!= null) {
237
photo = BitmapFactory.decodeStream(
imageStream
);
/prebuilts/devtools/tools/lib/
ddms.jar
ddmuilib.jar
Completed in 1225 milliseconds