Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppSnapshotLoader.java157 File bitmapFile = (loadLowResolutionBitmap || forceLoadReducedJpeg) in loadTask() local
161 if (!bitmapFile.exists()) { in loadTask()
168 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options); in loadTask()
170 Slog.w(TAG, "Failed to load bitmap: " + bitmapFile.getPath()); in loadTask()
177 Slog.w(TAG, "Failed to create hardware bitmap: " + bitmapFile.getPath()); in loadTask()
183 + bitmapFile.getPath()); in loadTask()
DSnapshotPersistQueue.java165 final File bitmapFile = provider.getHighResolutionBitmapFile(index, userId); in deleteSnapshot() local
166 if (bitmapFile.exists()) { in deleteSnapshot()
167 bitmapFile.delete(); in deleteSnapshot()