Searched refs:fileAbsPath (Results 1 – 1 of 1) sorted by relevance
101 private void deleteFileIfExist(@Nullable String fileAbsPath) { in deleteFileIfExist() argument102 if (TextUtils.isEmpty(fileAbsPath)) { in deleteFileIfExist()105 new File(fileAbsPath).deleteOnExit(); in deleteFileIfExist()146 String fileAbsPath = null; in getScreenshotMostColorAsRect() local150 fileAbsPath = takeScreenshotToFile("test1"); in getScreenshotMostColorAsRect()151 bitmapRegionDecoder = BitmapRegionDecoder.newInstance(fileAbsPath); in getScreenshotMostColorAsRect()161 deleteFileIfExist(fileAbsPath); in getScreenshotMostColorAsRect()