Loading services/core/java/com/android/server/wm/SnapshotCache.java +0 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.server.wm; import android.annotation.Nullable; import android.hardware.HardwareBuffer; import android.util.ArrayMap; import android.window.TaskSnapshot; Loading Loading @@ -93,10 +92,6 @@ abstract class SnapshotCache<TYPE extends WindowContainer> { if (entry != null) { mAppIdMap.remove(entry.topApp); mRunningCache.remove(id); final HardwareBuffer buffer = entry.snapshot.getHardwareBuffer(); if (buffer != null) { buffer.close(); } } } } Loading Loading
services/core/java/com/android/server/wm/SnapshotCache.java +0 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.server.wm; import android.annotation.Nullable; import android.hardware.HardwareBuffer; import android.util.ArrayMap; import android.window.TaskSnapshot; Loading Loading @@ -93,10 +92,6 @@ abstract class SnapshotCache<TYPE extends WindowContainer> { if (entry != null) { mAppIdMap.remove(entry.topApp); mRunningCache.remove(id); final HardwareBuffer buffer = entry.snapshot.getHardwareBuffer(); if (buffer != null) { buffer.close(); } } } } Loading