Merge "Remove reduntant variable" am: 5241a207fb am: 202dd72169

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318280

Change-Id: Ie8bd86ae505cddb133844c6808b1e9e3cba5e32b
This commit is contained in:
Mihai Popa
2020-06-05 22:24:14 +00:00
committed by Automerger Merge Worker

View File

@@ -140,8 +140,6 @@ public final class Magnifier {
// Lock to synchronize between the UI thread and the thread that handles pixel copy results. // Lock to synchronize between the UI thread and the thread that handles pixel copy results.
// Only sync mWindow writes from UI thread with mWindow reads from sPixelCopyHandlerThread. // Only sync mWindow writes from UI thread with mWindow reads from sPixelCopyHandlerThread.
private final Object mLock = new Object(); private final Object mLock = new Object();
// The lock used to synchronize the UI and render threads when a #dismiss is performed.
private final Object mDestroyLock = new Object();
// Members for new styled magnifier (Eloquent style). // Members for new styled magnifier (Eloquent style).