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/
DTaskSnapshotLoader.java68 final File bitmapFile = reducedResolution in loadTask() local
71 if (bitmapFile == null || !protoFile.exists() || !bitmapFile.exists()) { in loadTask()
79 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options); in loadTask()
81 Slog.w(TAG, "Failed to load bitmap: " + bitmapFile.getPath()); in loadTask()
87 + bitmapFile.getPath()); in loadTask()
DTaskSnapshotPersister.java232 final File bitmapFile = getBitmapFile(taskId, userId); in deleteSnapshot() local
233 bitmapFile.delete(); in deleteSnapshot()