Merge "Remove reduntant variable" am: 5241a207fb am: 202dd72169 am: 7bd1fc8b4e am: f824d9bd81
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318280 Change-Id: I41d94ad89b6b4bfde0828308c3a5174b9291ade5
This commit is contained in:
@@ -140,8 +140,6 @@ public final class Magnifier {
|
||||
// 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.
|
||||
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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user