Searched refs:mSourceImageUri (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java92 private Uri mSourceImageUri; field in class:TinyPlanetFragment
248 mSourceImageUri = Uri.parse(getArguments().getString(ARGUMENT_URI));
249 mSourceBitmap = createPaddedSourceImage(mSourceImageUri, true);
347 Bitmap sourceBitmap = createPaddedSourceImage(mSourceImageUri, false);

Completed in 35 milliseconds