Searched refs:storePath (Results 1 – 1 of 1) sorted by relevance
1285 public boolean takeScreenshot(@NonNull File storePath) { in takeScreenshot() argument1286 return takeScreenshot(storePath, 1.0f, 90); in takeScreenshot()1299 public boolean takeScreenshot(@NonNull File storePath, float scale, int quality) { in takeScreenshot() argument1301 scale, quality, storePath)); in takeScreenshot()1307 try (BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(storePath))) { in takeScreenshot()