Home
last modified time | relevance | path

Searched refs:inputImagePath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/session/
DStackSaverImpl.java62 public Uri saveStackedImage(File inputImagePath, String title, int width, int height, in saveStackedImage() argument
69 if (Storage.renameFile(inputImagePath, outputImagePath)) { in saveStackedImage()
79 inputImagePath.getPath(), in saveStackedImage()
DStackSaver.java41 public Uri saveStackedImage(File inputImagePath, String title, int width, int height, in saveStackedImage() argument