OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInUri
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java
60
Uri
mInUri
= null;
88
mInUri
= inUri;
128
if (
mInUri
== null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
133
if (
mInUri
!= null) {
135
mContext.getContentResolver().openInputStream(
mInUri
));
144
Log.w(LOGTAG, "cannot read file: " +
mInUri
.toString(), e);
193
Log.w(LOGTAG, "cannot get input stream for uri=" +
mInUri
.toString());
206
Log.w(LOGTAG, "cannot open region decoder for file: " +
mInUri
.toString(), e);
257
Log.w(LOGTAG, "cannot get input stream for uri=" +
mInUri
.toString());
264
Log.w(LOGTAG, "cannot open region decoder for file: " +
mInUri
.toString(), e)
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
452
Uri
mInUri
= null;
490
mInUri
= inUri;
530
if (
mInUri
== null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
535
if (
mInUri
!= null) {
537
mContext.getContentResolver().openInputStream(
mInUri
));
546
Log.w(LOGTAG, "cannot read file: " +
mInUri
.toString(), e);
643
Log.w(LOGTAG, "cannot get input stream for uri=" +
mInUri
.toString());
650
Log.w(LOGTAG, "cannot open region decoder for file: " +
mInUri
.toString(), e);
719
Log.w(LOGTAG, "cannot decode file: " +
mInUri
.toString());
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
362
Uri
mInUri
= null;
372
if (
mInUri
== null) {
377
mInStream = getContentResolver().openInputStream(
mInUri
);
379
Log.w(LOGTAG, "cannot read file: " +
mInUri
.toString(), e);
390
mInUri
= sourceUri;
485
Log.w(LOGTAG, "cannot open region decoder for file: " +
mInUri
.toString(), e);
512
Log.w(LOGTAG, "cannot decode file: " +
mInUri
.toString());
Completed in 338 milliseconds