HomeSort by relevance Sort by last modified time
    Searched refs:mInFilePath (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 62 String mInFilePath;
128 if (mInUri == null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
136 } else if (mInFilePath != null) {
137 return mContext.openFileInput(mInFilePath);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 454 String mInFilePath;
473 mInFilePath = filePath;
530 if (mInUri == null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
538 } else if (mInFilePath != null) {
539 return mContext.openFileInput(mInFilePath);
    [all...]

Completed in 112 milliseconds