OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageStream
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java
94
final InputStream
imageStream
= context.getContentResolver().openInputStream(uri);
96
return BitmapFactory.decodeStream(
imageStream
);
98
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
);
/packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java
455
InputStream
imageStream
= mContext.getContentResolver()
457
return BitmapFactory.decodeStream(
imageStream
);
468
InputStream
imageStream
= mContext.getContentResolver()
470
fullImage = BitmapFactory.decodeStream(
imageStream
);
/prebuilts/devtools/tools/lib/
ddms.jar
ddmuilib.jar
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 294 milliseconds